Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Apr 16, 2023
1 parent 6e3cf19 commit 177a34a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
- name: Import Signing Certificates
uses: apple-actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ env.APPLE_CERTS }}
p12-password: ${{ env.APPLE_CERTS_PASSWORD }}
# p12-file-base64: ${{ secrets.APPLE_CERTS }}
# p12-password: ${{ secrets.APPLE_CERTS_PASSWORD }}
p12-file-base64: ${{ secrets.APPLE_CERTS }}
p12-password: ${{ secrets.APPLE_CERTS_PASSWORD }}
keychain: manual_keychain
keychain-password: Rswift7
create-keychain: false
- name: Code Sign
run: |
codesign --force --options runtime --sign "$IDENTITY" .build/apple/Products/Release/rswift
Expand Down

0 comments on commit 177a34a

Please sign in to comment.