Skip to content

Commit

Permalink
use new macos secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-vm committed Jul 31, 2024
1 parent 1cf0818 commit 498b38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.MACOS_CERTIFICATE }}
p12-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}
p12-password: ${{ secrets.MAOS_CERTIFICATE_PWD }}

- name: Build and deploy on MacOS
env:
Expand Down

0 comments on commit 498b38d

Please sign in to comment.