Skip to content

Commit

Permalink
Update Apple Signing actions (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrozner committed May 30, 2023
1 parent 7b68df4 commit 45498f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Import Signing Certificate ( macos )
if: runner.os == 'macOS' && env.signMacRelease == 'true'
uses: Apple-Actions/import-codesign-certs@v1.0.4
uses: Apple-Actions/import-codesign-certs@v2
with:
p12-file-base64: ${{ secrets.MACOS_CERT }}
p12-password: ${{ secrets.MACOS_PASS }}
Expand Down

0 comments on commit 45498f3

Please sign in to comment.