order codesign signing arguments
custom release / build-custom-release (push) Failing after 10s

This commit is contained in:
2026-05-24 19:52:13 +02:00
parent 4b71e4f324
commit b8ea748973
3 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
probe_binary="$RUNNER_TEMP/codesign-probe"
cp /usr/bin/true "$probe_binary"
codesign --force --dryrun --keychain "$keychain_path" --sign "$codesign_identity" --options runtime --timestamp "$probe_binary"
codesign --force --dryrun --sign "$codesign_identity" --keychain "$keychain_path" --options runtime --timestamp "$probe_binary"
echo "CUSTOM_RELEASE_CODESIGN_IDENTITY=$codesign_identity" >> "$GITHUB_ENV"
echo "CUSTOM_RELEASE_CODESIGN_IDENTITY_SHA1=$codesign_identity_sha1" >> "$GITHUB_ENV"