Commit 0207319 1 parent 3f3881e commit 0207319 Copy full SHA for 0207319
File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,12 @@ jobs:
101
101
INSTALL_DIR : app/target/install
102
102
103
103
- name : Notarize Release Build
104
- uses : erwin1/xcode-notarize@main
104
+ uses : erwin1/xcode-notarizer@v1
105
105
with :
106
106
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 }}
112
110
113
111
- name : Upload Artifact
114
112
uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments