File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201
201
# characteristics. Visit the Notarization docs for more information and strategies on how to optimize it if
202
202
# you're curious
203
203
echo "Notarize app"
204
- xcrun notarytool submit "quary-${{ env.VERSION }}- ${{ matrix.platform.name }}" --keychain-profile "notarytool-profile" --wait
204
+ xcrun notarytool submit "${{ matrix.platform.name }}" --keychain-profile "notarytool-profile" --wait
205
205
# Finally, we need to "attach the staple" to our executable, which will allow our app to be
206
206
# validated by macOS even when an internet connection is not available.
207
207
# Cannot yet staple binary "Although tickets are created for standalone binaries, it’s not currently possible to staple tickets to them."
You can’t perform that action at this time.
0 commit comments