Skip to content

Commit

Permalink
productbuild -> productsign
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Nov 15, 2024
1 parent 3bcd5b1 commit d442921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ jobs:
| contains("Mac Developer Installer"))
| .common_name][0]' \
| xargs)
echo "Productbuild with $INSTALLER_CERT_NAME "
ls -ltas unsigned.pkg
xcrun productbuild --sign "$INSTALLER_CERT_NAME" unsigned.pkg Acter.pkg
echo "Productsign with $INSTALLER_CERT_NAME "
ls -ltash unsigned.pkg
xcrun productsign --sign "$INSTALLER_CERT_NAME" unsigned.pkg Acter.pkg
rm -rf unsigned.pkg
# Important! Cleanup: remove the certificate and provisioning profile from the runner!
Expand Down

0 comments on commit d442921

Please sign in to comment.