We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9705075 commit 2805b7aCopy full SHA for 2805b7a
.github/workflows/release-cli.yml
@@ -150,7 +150,6 @@ jobs:
150
cp "target/${TARGET}/release/lapdev-cli" notarize/lapdev
151
ditto -c -k --keepParent notarize/lapdev notarize.zip
152
xcrun notarytool submit notarize.zip --apple-id "${APPLE_ID}" --team-id "${APPLE_TEAM_ID}" --password "${APPLE_PASSWORD}" --wait
153
- xcrun stapler staple "target/${TARGET}/release/lapdev-cli"
154
rm -rf notarize notarize.zip
155
156
- name: Sign Windows binary
0 commit comments