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 049581e commit 76a1c70Copy full SHA for 76a1c70
.github/workflows/deploy.yml
@@ -43,12 +43,12 @@ jobs:
43
CODESIGN_SIGN: ${{ secrets.CODESIGN_SIGN }}
44
run: |
45
security find-identity -p basic -v
46
- codesign --sign "$CODESIGN_SIGN" --prefix austincondiff.CodeEdit. --options=runtime --verbose --timestamp .build/apple/Products/Release/codeedit-cli
+ codesign --sign "$CODESIGN_SIGN" --prefix austincondiff.CodeEdit. --options=runtime --verbose --timestamp .build/apple/Products/Release/codeedit
47
48
- name: Zip
49
50
cd .build/apple/Products/Release
51
- zip -r codeedit-cli.zip codeedit-cli
+ zip -r codeedit-cli.zip codeedit
52
cd ../../../../
53
54
- name: Notarize
0 commit comments