From 36b78ecade7795e74a9aff0e73e77c2ba690b0bc Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Wed, 3 Aug 2022 20:36:40 +0100 Subject: [PATCH] cba to wait 4 hours for this shit --- .github/workflows/build-macos.yml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 12a14f0f..bcd2ce90 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -80,17 +80,17 @@ jobs: p12-password: ${{ secrets.CSC_KEY_PASSWORD }} # Build to PKG - - name: Build the PKG - env: - CSC_LINK: ${{ secrets.CSC_LINK }} - CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }} - APPLEID: ${{ secrets.APPLEID }} - APPLEIDPASS: ${{ secrets.APPLEIDPASS }} - run: | - 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 }} - sleep 5m - xcrun stapler staple dist/Cider*.pkg || true +# - name: Build the PKG +# env: +# CSC_LINK: ${{ secrets.CSC_LINK }} +# CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }} +# APPLEID: ${{ secrets.APPLEID }} +# APPLEIDPASS: ${{ secrets.APPLEIDPASS }} +# run: | +# 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 }} +# sleep 5m +# xcrun stapler staple dist/Cider*.pkg || true - name: Upload a Build Artifact uses: actions/upload-artifact@v2.2.3 @@ -98,7 +98,6 @@ jobs: name: Cider-macOS-${{ env.APP_VERSION }} path: | dist/*.dmg - dist/*.pkg dist/latest-mac.yml - name: Upload Artifacts to Latest Release @@ -107,7 +106,6 @@ jobs: body: Full changelog available [here](https://github.com/ciderapp/Cider/compare/stable...main) files: | dist/*.dmg - dist/*.pkg dist/latest-mac.yml name: Cider Version ${{ env.APP_VERSION }} (${{ env.GITHUB_REF_NAME }}) tag_name: v${{ env.APP_VERSION }}