Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous authored Nov 30, 2021
1 parent a60c3ab commit a78b0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
DEBUG: electron-osx-sign*,electron-notarize*
run: |
echo $HBE_APPLE_CERTIFICATE_BASE64 | base64 decode > certificate.p12
echo $HBE_APPLE_CERTIFICATE_BASE64 | base64 --decode > certificate.p12
security create-keychain -p arb-password build.keychain security default-keychain -s build.keychain
security unlock-keychain -p arb-password build.keychain
security import certificate.p12 -k build.keychain -P $HBE_APPLE_CERTIFICATE_PASS -T /usr/bin/codesign
Expand Down

0 comments on commit a78b0fe

Please sign in to comment.