Skip to content

Commit

Permalink
build: notarize action update (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal authored Oct 25, 2023
1 parent 3f3881e commit 0207319
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/bundles-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0207319

Please sign in to comment.