We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40db7bf commit 59dd674Copy full SHA for 59dd674
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
codesign --force --options runtime --sign 'Developer ID Application: Mathijs Kadijk (5Z49PA849J)' .build/apple/Products/Release/rswift
48
- name: Delete temp keychain
49
run: |
50
- /usr/bin/security delete-keychain signing_temp.keychai
+ /usr/bin/security delete-keychain signing_temp.keychain
51
- name: Store build artifact
52
uses: actions/upload-artifact@v3
53
with:
0 commit comments