Skip to content

Commit 76a1c70

Browse files
committed
fix deploy workflow
1 parent 049581e commit 76a1c70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
CODESIGN_SIGN: ${{ secrets.CODESIGN_SIGN }}
4444
run: |
4545
security find-identity -p basic -v
46-
codesign --sign "$CODESIGN_SIGN" --prefix austincondiff.CodeEdit. --options=runtime --verbose --timestamp .build/apple/Products/Release/codeedit-cli
46+
codesign --sign "$CODESIGN_SIGN" --prefix austincondiff.CodeEdit. --options=runtime --verbose --timestamp .build/apple/Products/Release/codeedit
4747
4848
- name: Zip
4949
run: |
5050
cd .build/apple/Products/Release
51-
zip -r codeedit-cli.zip codeedit-cli
51+
zip -r codeedit-cli.zip codeedit
5252
cd ../../../../
5353
5454
- name: Notarize

0 commit comments

Comments
 (0)