Skip to content

Commit

Permalink
Revert "ci: (macos) by pass notarize" (#1307)
Browse files Browse the repository at this point in the history
This reverts commit 57d3f42.
  • Loading branch information
Thykof authored Jan 3, 2024
1 parent 1a06393 commit 15e73fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ jobs:
run: sh macos/create_pkg.sh ${{ matrix.arch }} "${{ vars.APPLE_DEVELOPER_ID_APPLICATION }}" "${{ vars.APPLE_DEVELOPER_ID_INSTALLER }}"
env:
VERSION: ${{ env.VERSION }}
# - name: Notarise installer
# run: |
# xcrun notarytool submit massastation_${{ env.VERSION }}_${{ matrix.arch }}.pkg --wait --apple-id ${{ secrets.APPLE_ID }} --password ${{ secrets.APPLE_APP_PASSWORD }} --team-id ${{ secrets.APPLE_TEAM_ID }}
# xcrun stapler staple massastation_${{ env.VERSION }}_${{ matrix.arch }}.pkg
- name: Notarise installer
run: |
xcrun notarytool submit massastation_${{ env.VERSION }}_${{ matrix.arch }}.pkg --wait --apple-id ${{ secrets.APPLE_ID }} --password ${{ secrets.APPLE_APP_PASSWORD }} --team-id ${{ secrets.APPLE_TEAM_ID }}
xcrun stapler staple massastation_${{ env.VERSION }}_${{ matrix.arch }}.pkg
- name: Upload Package
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 15e73fe

Please sign in to comment.