Skip to content

Commit 7365b99

Browse files
build: update notarization on mac-aarch64 builds (#665)
1 parent 7eb171f commit 7365b99

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/bundles-mac_aarch64.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,12 @@ jobs:
106106
INSTALL_DIR: app/target/install
107107

108108
- name: Notarize Release Build
109-
uses: erwin1/xcode-notarize@main
109+
uses: erwin1/xcode-notarizer@v1
110110
with:
111111
product-path: ${{ steps.outputfile.outputs.path }}
112-
appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }}
113-
appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }}
114-
primary-bundle-id: com.gluonhq.scenebuilder
115-
asc-provider: ${{ secrets.MACSIGN_PREFIX }}
116-
verbose: true
112+
apple-id: ${{ secrets.NOTARIZATION_USERNAME }}
113+
app-password: ${{ secrets.NOTARIZATION_PASSWORD }}
114+
team-id: ${{ secrets.MACSIGN_PREFIX }}
117115

118116
- name: Upload Artifact
119117
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)