Hardcode team-id
Some checks failed
CI / debian-x64 (push) Has been cancelled
CI / linux-x64 (push) Has been cancelled
CI / osx-x64 (push) Has been cancelled
CI / win-x64 (push) Has been cancelled
CI / applesign (push) Has been cancelled
CI / pgpsign (push) Has been cancelled
CI / makerelease (push) Has been cancelled

This commit is contained in:
nicolas.dorier 2023-12-05 23:49:36 +09:00
parent 4d02f0f416
commit 17bc7f2e61
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -94,7 +94,7 @@ echo "DMG signed"
echo "Notarize $dmg_file with bundle id $bundle_id"
sudo xcrun notarytool submit --apple-id "$APPLE_ID" --password "$APPLE_ID_PASSWORD" --team-id "$APPLE_TEAM_ID" --wait "$dmg_file"
sudo xcrun notarytool submit --apple-id "$APPLE_ID" --password "$APPLE_ID_PASSWORD" --team-id "RA7UV6QS8W" --wait "$dmg_file"
sudo xcrun stapler staple "$dmg_file"