Skip to content

Commit

Permalink
-A flag on import
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Mar 18, 2024
1 parent 8a61916 commit 6fc817a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
security create-keychain -p "" build.keychain
security default-keychain -s build.keychain
security unlock-keychain -p "" build.keychain
security import certificate.p12 -k build.keychain -P '${{ secrets.MACOS_CERTIFICATE_PASSWORD }}' -T /usr/bin/codesign
security import certificate.p12 -k build.keychain -P '${{ secrets.MACOS_CERTIFICATE_PASSWORD }}' -T /usr/bin/codesign -A
security set-key-partition-list -S apple-tool:,apple:-s -k "" build.keychain
- name: Sign the App
Expand Down

0 comments on commit 6fc817a

Please sign in to comment.