Skip to content

Commit 63ce77b

Browse files
committed
import siging
1 parent 629b73c commit 63ce77b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ jobs:
2222

2323
- name: Build
2424
run: swift build -v -c release
25+
- name: Import Installer Siging
26+
uses: apple-actions/import-codesign-certs@v1
27+
with:
28+
p12-file-base64: ${{ secrets.CERTIFICATES_INSTALLER_P12 }}
29+
p12-password: ${{ secrets.CERTIFICATES_INSTALLER_P12_PASSWORD }}
30+
- name: Import Application Siging
31+
uses: apple-actions/import-codesign-certs@v1
32+
with:
33+
p12-file-base64: ${{ secrets.CERTIFICATES_APPLICATION_P12 }}
34+
p12-password: ${{ secrets.CERTIFICATES_APPLICATION_P12_PASSWORD }}
2535
- name: Code Sign
2636
run: |
2737
codesign --force --options runtime --sign 'Developer ID Application: Mathijs Kadijk (5Z49PA849J)' .build/release/rswift

0 commit comments

Comments
 (0)