Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst authored Mar 5, 2023
1 parent 59dd674 commit 4983e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
run: |
swift build -c release --arch x86_64 --arch arm64
- name: Delete temp keychain
run: |
/usr/bin/security delete-keychain signing_temp.keychain
- name: Import Signing Certificates
uses: apple-actions/import-codesign-certs@v1
with:
Expand All @@ -45,9 +48,6 @@ jobs:
- name: Code Sign
run: |
codesign --force --options runtime --sign 'Developer ID Application: Mathijs Kadijk (5Z49PA849J)' .build/apple/Products/Release/rswift
- name: Delete temp keychain
run: |
/usr/bin/security delete-keychain signing_temp.keychain
- name: Store build artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4983e0e

Please sign in to comment.