diff --git a/.github/workflows/bundles-mac_aarch64.yml b/.github/workflows/bundles-mac_aarch64.yml index c3cfcedef..631c85649 100644 --- a/.github/workflows/bundles-mac_aarch64.yml +++ b/.github/workflows/bundles-mac_aarch64.yml @@ -106,14 +106,12 @@ jobs: INSTALL_DIR: app/target/install - name: Notarize Release Build - uses: erwin1/xcode-notarize@main + uses: erwin1/xcode-notarizer@v1 with: product-path: ${{ steps.outputfile.outputs.path }} - appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }} - appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }} - primary-bundle-id: com.gluonhq.scenebuilder - asc-provider: ${{ secrets.MACSIGN_PREFIX }} - verbose: true + apple-id: ${{ secrets.NOTARIZATION_USERNAME }} + app-password: ${{ secrets.NOTARIZATION_PASSWORD }} + team-id: ${{ secrets.MACSIGN_PREFIX }} - name: Upload Artifact uses: actions/upload-artifact@v2