Skip to content

Commit

Permalink
Adjust cert name
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Jun 9, 2023
1 parent c7d1257 commit 4c1f4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Sign package
run: |
VERSION=$(cat "Escrow Buddy/build/version.txt")
productsign --sign "${{ secrets.PKG_CERTIFICATES_P12_MAOS }}" \
productsign --sign "Developer ID Installer: Mac Admins Open Source (T4SK8ZXCXG)" \
"Escrow Buddy/build/Escrow Buddy-$VERSION.pkg" "artifacts/Escrow Buddy-$VERSION.pkg"
- name: Upload packages
Expand Down

0 comments on commit 4c1f4d7

Please sign in to comment.