Skip to content

Commit 324eb4b

Browse files
committed
EXP: Try stapling plain zorkdemo and not .app version
1 parent 73a1c35 commit 324eb4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/macos-notarize-app.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,4 @@ do
7171
done
7272

7373
# Staple the notary ticket
74-
ls -la "./dist"
75-
xcrun stapler staple "./dist/$APP_BUNDLE.app"
74+
xcrun stapler staple "./dist/$APP_BUNDLE"

0 commit comments

Comments
 (0)