Skip to content

Commit

Permalink
fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Jan 2, 2023
1 parent 049581e commit 76a1c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
CODESIGN_SIGN: ${{ secrets.CODESIGN_SIGN }}
run: |
security find-identity -p basic -v
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
- name: Zip
run: |
cd .build/apple/Products/Release
zip -r codeedit-cli.zip codeedit-cli
zip -r codeedit-cli.zip codeedit
cd ../../../../
- name: Notarize
Expand Down

0 comments on commit 76a1c70

Please sign in to comment.