Skip to content

Commit 0207319

Browse files
build: notarize action update (gluonhq#660)
1 parent 3f3881e commit 0207319

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/bundles-mac.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,12 @@ jobs:
101101
INSTALL_DIR: app/target/install
102102

103103
- name: Notarize Release Build
104-
uses: erwin1/xcode-notarize@main
104+
uses: erwin1/xcode-notarizer@v1
105105
with:
106106
product-path: ${{ steps.outputfile.outputs.path }}
107-
appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }}
108-
appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }}
109-
primary-bundle-id: com.gluonhq.scenebuilder
110-
asc-provider: ${{ secrets.MACSIGN_PREFIX }}
111-
verbose: true
107+
apple-id: ${{ secrets.NOTARIZATION_USERNAME }}
108+
app-password: ${{ secrets.NOTARIZATION_PASSWORD }}
109+
team-id: ${{ secrets.MACSIGN_PREFIX }}
112110

113111
- name: Upload Artifact
114112
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)