mitchellh / gon

Sign, notarize, and package macOS CLI tools and applications written in any language. Available as both a CLI and a Go library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gon reports notarizing failure even though Apple successfully notarized

andrewmd5 opened this issue · comments

Our workflow can be found here. It worked fine in the past.

2021-05-27T23:33:44.9183580Z     [bebopc.zip] File notarized!
2021-05-27T23:33:44.9276730Z 
2021-05-27T23:33:44.9332980Z ❗️ Error notarizing:
2021-05-27T23:33:44.9358450Z 
2021-05-27T23:33:44.9367080Z 1 error occurred:
2021-05-27T23:33:44.9368930Z 	* package is invalid. To learn more download the logs at the URL: 
2021-05-27T23:33:44.9372010Z 
2021-05-27T23:33:44.9400060Z 
2021-05-27T23:33:44.9417640Z ##[error]Process completed with exit code 1.
2021-05-27T23:33:44.9839920Z Cleaning up orphan processes
2021-05-27T23:33:45.2954010Z Terminate orphan process: pid (1240) (dotnet)

It seems that for whatever reason Gon is suddenly uploading twice?

ITMS-90732: Duplicate Upload - The software asset has already been uploaded. The upload ID is 60e20fcc-a17b-48c6-a3b2-6f569cd7b1b5

We just bumped our version number and the issue is resolved. Closing.