Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

having notarize declared in config uploads/notarizes zip twice #47

Open
failshell opened this issue Jul 7, 2021 · 0 comments
Open

having notarize declared in config uploads/notarizes zip twice #47

failshell opened this issue Jul 7, 2021 · 0 comments

Comments

@failshell
Copy link

here's my config file:

source = ["./example"]
bundle_id = "com.example.app"

apple_id {
  username = "bot@example.com"
  password = "@env:AC_PASSWORD"
}

sign {
  application_identity = "Developer ID Application: Example inc."
}

zip {
  output_path = "./test.zip"
}

notarize {
  path = "./test.zip"
  bundle_id = "com.example.app"
  staple = true
}

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant