Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
remove stapling for macos zip
Browse files Browse the repository at this point in the history
macOS stapling not supported for .zip files
  • Loading branch information
DaMandal0rian committed Aug 7, 2023
1 parent fdb2994 commit b0b4064
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,9 @@ jobs:
# Notarize the ZIP using notarytool
xcrun notarytool submit subspace-binaries.zip --apple-id "${{ secrets.MACOS_APPLE_ID }}" --password "${{ secrets.MACOS_APP_PASSWORD }}" --team-id "${{ secrets.MACOS_TEAM_ID }}" --wait
# Wait for a few seconds to ensure notarization process has been completed
sleep 60
// todo stapling for macOS artifacts
# Staple the zip package
xcrun stapler staple subspace-binaries.zip
# xcrun stapler staple subspace-binaries.zip
echo "Done!"
# Allow code signing to fail on non-release builds and in non-subspace repos (forks)
Expand Down

0 comments on commit b0b4064

Please sign in to comment.