You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
that used to work and all of a sudden, it's uploading test.zip twice.
==> ✏️ Signing files...
Code signing successful
==> 📦 Creating Zip archive...
Zip archive created with signed files
==> 🍎 Notarizing...
Files will be notarized concurrently to optimize queue wait
Path: ./test.zip
Path: ./test.zip
[test.zip] Submitting file for notarization...
commenting the notarize block fixes the issue. that's kinda strange. running version 0.2.3. issue #44 is a bit similar. but our app has 2 dynamic ldflags used that makes each binary unique.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
here's my config file:
that used to work and all of a sudden, it's uploading
test.zip
twice.commenting the
notarize
block fixes the issue. that's kinda strange. running version0.2.3
. issue #44 is a bit similar. but our app has 2 dynamic ldflags used that makes each binary unique.The text was updated successfully, but these errors were encountered: