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 de834f1 commit 485185dCopy full SHA for 485185d
.github/workflows/deploy.yml
@@ -41,6 +41,7 @@ jobs:
41
env:
42
CODESIGN_SIGN: ${{ secrets.CODESIGN_SIGN }}
43
run: |
44
+ security find-identity -p basic -v
45
codesign --sign "$CODESIGN_SIGN" --prefix austincondiff.CodeEdit. --options=runtime --verbose --timestamp .build/apple/Products/Release/codeedit-cli
46
- name: Zip
47
run: zip -r .build/apple/Products/Release/codeedit-cli.zip .build/apple/Products/Release/codeedit-cli
0 commit comments