File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5050 codesign --force --options runtime --sign "$IDENTITY" .build/apple/Products/Release/rswift
5151 env :
5252 IDENTITY : ' Developer ID Application: Nonstrict B.V. (WT5N9FK54M)'
53- - name : Delete temp keychain from this run
54- if : always()
55- run : |
56- /usr/bin/security delete-keychain signing_temp.keychain || true
5753 - name : Store build artifact
5854 uses : actions/upload-artifact@v3
5955 with :
@@ -167,6 +163,11 @@ jobs:
167163 asset_name : rswift-${{ github.event.release.tag_name }}.pkg
168164 asset_content_type : application/pkg
169165
166+ - name : Delete temp keychain from this run
167+ if : always()
168+ run : |
169+ /usr/bin/security delete-keychain signing_temp.keychain || true
170+
170171 - name : Publish to Cocoapods
171172 run : |
172173 export POD_VERSION=$TAG_NAME
You can’t perform that action at this time.
0 commit comments