cba to wait 4 hours for this shit
This commit is contained in:
parent
0fc628c57c
commit
36b78ecade
1 changed files with 11 additions and 13 deletions
24
.github/workflows/build-macos.yml
vendored
24
.github/workflows/build-macos.yml
vendored
|
@ -80,17 +80,17 @@ jobs:
|
||||||
p12-password: ${{ secrets.CSC_KEY_PASSWORD }}
|
p12-password: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||||
|
|
||||||
# Build to PKG
|
# Build to PKG
|
||||||
- name: Build the PKG
|
# - name: Build the PKG
|
||||||
env:
|
# env:
|
||||||
CSC_LINK: ${{ secrets.CSC_LINK }}
|
# CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||||
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
|
# CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||||
APPLEID: ${{ secrets.APPLEID }}
|
# APPLEID: ${{ secrets.APPLEID }}
|
||||||
APPLEIDPASS: ${{ secrets.APPLEIDPASS }}
|
# APPLEIDPASS: ${{ secrets.APPLEIDPASS }}
|
||||||
run: |
|
# run: |
|
||||||
pkgbuild --component dist/mac-universal/Cider.app --install-location /Applications dist/Cider-${{ env.APP_VERSION }}-universal.pkg --sign ${{ secrets.PSC_NAME }}
|
# pkgbuild --component dist/mac-universal/Cider.app --install-location /Applications dist/Cider-${{ env.APP_VERSION }}-universal.pkg --sign ${{ secrets.PSC_NAME }}
|
||||||
xcrun altool --notarize-app --primary-bundle-id com.ciderapp.cider -f dist/Cider*.pkg --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
|
||||||
|
|
||||||
- name: Upload a Build Artifact
|
- name: Upload a Build Artifact
|
||||||
uses: actions/upload-artifact@v2.2.3
|
uses: actions/upload-artifact@v2.2.3
|
||||||
|
@ -98,7 +98,6 @@ jobs:
|
||||||
name: Cider-macOS-${{ env.APP_VERSION }}
|
name: Cider-macOS-${{ env.APP_VERSION }}
|
||||||
path: |
|
path: |
|
||||||
dist/*.dmg
|
dist/*.dmg
|
||||||
dist/*.pkg
|
|
||||||
dist/latest-mac.yml
|
dist/latest-mac.yml
|
||||||
|
|
||||||
- name: Upload Artifacts to Latest Release
|
- name: Upload Artifacts to Latest Release
|
||||||
|
@ -107,7 +106,6 @@ jobs:
|
||||||
body: Full changelog available [here](https://github.com/ciderapp/Cider/compare/stable...main)
|
body: Full changelog available [here](https://github.com/ciderapp/Cider/compare/stable...main)
|
||||||
files: |
|
files: |
|
||||||
dist/*.dmg
|
dist/*.dmg
|
||||||
dist/*.pkg
|
|
||||||
dist/latest-mac.yml
|
dist/latest-mac.yml
|
||||||
name: Cider Version ${{ env.APP_VERSION }} (${{ env.GITHUB_REF_NAME }})
|
name: Cider Version ${{ env.APP_VERSION }} (${{ env.GITHUB_REF_NAME }})
|
||||||
tag_name: v${{ env.APP_VERSION }}
|
tag_name: v${{ env.APP_VERSION }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue