oof
This commit is contained in:
parent
16fcaa4ad3
commit
2141d9aa0b
1 changed files with 7 additions and 2 deletions
7
.github/workflows/build-macos.yml
vendored
7
.github/workflows/build-macos.yml
vendored
|
@ -108,9 +108,14 @@ jobs:
|
||||||
p12-password: ${{ secrets.CSC_KEY_PASSWORD }}
|
p12-password: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||||
|
|
||||||
- name: Create PKG manually
|
- name: Create PKG manually
|
||||||
|
env:
|
||||||
|
CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||||
|
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||||
|
APPLEID: ${{ secrets.APPLEID }}
|
||||||
|
APPLEIDPASS: ${{ secrets.APPLEIDPASS }}
|
||||||
run: |
|
run: |
|
||||||
pkgbuild --component dist/mac-universal/Cider.app --install-location /Applications dist/Cider.pkg --sign ${{ secrets.PSC_NAME }}
|
pkgbuild --component dist/mac-universal/Cider.app --install-location /Applications dist/Cider.pkg --sign ${{ secrets.PSC_NAME }}
|
||||||
xcrun altool --notarize-app --primary-bundle-id com.ciderapp.cider -f dist/Cider.pkg -p --username ${{ secrets.APPLEID }} --password ${{ secrets.APPLEIDPASS }}
|
xcrun altool --notarize-app --primary-bundle-id com.ciderapp.cider -f dist/Cider.pkg --username ${{ secrets.APPLEID }} --password ${{ secrets.APPLEIDPASS }}
|
||||||
sleep 5m
|
sleep 5m
|
||||||
xcrun stapler staple dist/Cider.pkg || true
|
xcrun stapler staple dist/Cider.pkg || true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue