Skip to content

Commit a5cad28

Browse files
committed
ci: fix mac build step
1 parent 0e4cd4d commit a5cad28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
# characteristics. Visit the Notarization docs for more information and strategies on how to optimize it if
202202
# you're curious
203203
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
205205
# Finally, we need to "attach the staple" to our executable, which will allow our app to be
206206
# validated by macOS even when an internet connection is not available.
207207
# Cannot yet staple binary "Although tickets are created for standalone binaries, it’s not currently possible to staple tickets to them."

0 commit comments

Comments
 (0)