Skip to content

Commit

Permalink
πŸ’š Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Aug 19, 2023
1 parent cfe75ca commit 20ddb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
P12_PASSWORD: ${{ secrets.P12_PASSWORD }}
run: |
echo $BUILD_CERTIFICATE_BASE64 | base64 β€”decode > certificate.p12
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode -o certificate.p12
security create-keychain -p 12345678 build.keychain
security default-keychain -s build.keychain
security unlock-keychain -p 12345678 build.keychain
Expand Down

0 comments on commit 20ddb95

Please sign in to comment.