Skip to content

Commit

Permalink
Braindead typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Apr 26, 2024
1 parent 41ebeae commit bfc4e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-daw-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: apple-actions/import-codesign-certs@v2
if: runner.os == 'macOS' && github.event_name != 'pull_request'
with:
p12-file-base64: ${{ secrets.APP_CERTIFICATE }}
p12-file-base64: ${{ secrets.APP_CERTFICATE }}
p12-password: ${{ secrets.CERT_PWD }}

- uses: apple-actions/import-codesign-certs@v2
Expand Down

0 comments on commit bfc4e03

Please sign in to comment.