We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb171f commit 7365b99Copy full SHA for 7365b99
1 file changed
.github/workflows/bundles-mac_aarch64.yml
@@ -106,14 +106,12 @@ jobs:
106
INSTALL_DIR: app/target/install
107
108
- name: Notarize Release Build
109
- uses: erwin1/xcode-notarize@main
+ uses: erwin1/xcode-notarizer@v1
110
with:
111
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
+ apple-id: ${{ secrets.NOTARIZATION_USERNAME }}
+ app-password: ${{ secrets.NOTARIZATION_PASSWORD }}
+ team-id: ${{ secrets.MACSIGN_PREFIX }}
117
118
- name: Upload Artifact
119
uses: actions/upload-artifact@v2
0 commit comments