From 0207319c4471198f1005e6c82652bb43784f7d5c Mon Sep 17 00:00:00 2001 From: Abhinay Agarwal Date: Wed, 25 Oct 2023 21:54:43 +0800 Subject: [PATCH] build: notarize action update (#660) --- .github/workflows/bundles-mac.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bundles-mac.yml b/.github/workflows/bundles-mac.yml index 90f3d3523..eda21bd2a 100644 --- a/.github/workflows/bundles-mac.yml +++ b/.github/workflows/bundles-mac.yml @@ -101,14 +101,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