ok
This commit is contained in:
parent
46fadfb087
commit
16fcaa4ad3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-macos.yml
vendored
4
.github/workflows/build-macos.yml
vendored
|
@ -101,11 +101,13 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
npx dmg-license resources/license.json dist/*.dmg
|
npx dmg-license resources/license.json dist/*.dmg
|
||||||
|
|
||||||
- name: Create PKG manually
|
- name: Import
|
||||||
uses: apple-actions/import-codesign-certs@v1
|
uses: apple-actions/import-codesign-certs@v1
|
||||||
with:
|
with:
|
||||||
p12-file-base64: ${{ secrets.CSC_LINK }}
|
p12-file-base64: ${{ secrets.CSC_LINK }}
|
||||||
p12-password: ${{ secrets.CSC_KEY_PASSWORD }}
|
p12-password: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||||
|
|
||||||
|
- name: Create PKG manually
|
||||||
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 -p --username ${{ secrets.APPLEID }} --password ${{ secrets.APPLEIDPASS }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue