From 15e73fe9411daeb9151ef4fcadfa931440c4d149 Mon Sep 17 00:00:00 2001 From: Nathan Seva Date: Wed, 3 Jan 2024 16:00:04 +0100 Subject: [PATCH] Revert "ci: (macos) by pass notarize" (#1307) This reverts commit 57d3f42a636232652c138fb8fb5587a03640f35e. --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cdf81052..93c328a27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: