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 b9af914 commit 40db7bfCopy full SHA for 40db7bf
.github/workflows/release.yml
@@ -45,6 +45,9 @@ jobs:
45
- name: Code Sign
46
run: |
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
51
- name: Store build artifact
52
uses: actions/upload-artifact@v3
53
with:
0 commit comments