diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0d21ee455..6c272e75c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -265,12 +265,13 @@ jobs: - name: Notarize Release Build (OSX) if: ${{ matrix.installer && startsWith(matrix.os, 'macos') }} - uses: GuillaumeFalourd/xcode-notarize@v1 + uses: lando/notarize-action@v2 with: product-path: "installers/dist/SasView6.dmg" primary-bundle-id: "org.sasview.SasView6" appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }} appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }} + appstore-connect-team-id: W2AG9MPZ43 verbose: True - name: Staple Release Build (OSX)