Skip to content

Commit

Permalink
build: update notarization on mac-aarch64 builds (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal authored Oct 26, 2023
1 parent 7eb171f commit 7365b99
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/bundles-mac_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7365b99

Please sign in to comment.