Skip to content

Commit

Permalink
Allow productbuild
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 15, 2024
1 parent 3fad450 commit 29bcc88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ jobs:
-f pkcs12 \
-P "${{ secrets.MAC_CERTKEY_PASS }}" \
-T /usr/bin/codesign \
-T /usr/bin/productsign
-T /usr/bin/productsign \
-T /usr/bin/productbuild
security import ./installer_certkey.p12 \
-k build.keychain \
Expand Down

0 comments on commit 29bcc88

Please sign in to comment.