We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7462a5e commit 9278039Copy full SHA for 9278039
.github/workflows/deploy.yml
@@ -46,7 +46,10 @@ jobs:
46
codesign --sign "$CODESIGN_SIGN" --prefix austincondiff.CodeEdit. --options=runtime --verbose --timestamp .build/apple/Products/Release/codeedit-cli
47
48
- name: Zip
49
- run: zip -r .build/apple/Products/Release/codeedit-cli.zip .build/apple/Products/Release/codeedit-cli
+ run: |
50
+ cd .build/apple/Products/Release
51
+ zip -r codeedit-cli.zip codeedit-cli
52
+ cd ../../../../
53
54
- name: Notarize
55
env:
0 commit comments