Skip to content

Commit

Permalink
fixing dash
Browse files Browse the repository at this point in the history
  • Loading branch information
antimatter15 committed Mar 20, 2023
1 parent 020234d commit 87aa2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
MACOS_CERT_ID: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_ID }}

run: |
echo $MACOS_CERTIFICATE | base64 -decode > certificate.p12
echo $MACOS_CERTIFICATE | base64 --decode > certificate.p12
security create-keychain -p $KEYCHAIN_PWD build.keychain
security default-keychain -s build.keychain
security unlock-keychain -p $KEYCHAIN_PWD build.keychain
Expand Down

0 comments on commit 87aa2b3

Please sign in to comment.