Skip to content

Commit db7267d

Browse files
committedOct 4, 2024
Update macOS code signing GitHub action.
1 parent bbae3f2 commit db7267d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/continuous-build-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
brew install automake nasm yasm
2727
2828
- name: Import certificates
29-
uses: apple-actions/import-codesign-certs@v2
29+
uses: apple-actions/import-codesign-certs@v3
3030
with:
3131
p12-file-base64: ${{ secrets.CERTIFICATES }}
3232
p12-password: ${{ secrets.CERTIFICATES_PASSWORD }}

0 commit comments

Comments
 (0)