Skip to content

Commit 485185d

Browse files
authored
Update deploy.yml
1 parent de834f1 commit 485185d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
env:
4242
CODESIGN_SIGN: ${{ secrets.CODESIGN_SIGN }}
4343
run: |
44+
security find-identity -p basic -v
4445
codesign --sign "$CODESIGN_SIGN" --prefix austincondiff.CodeEdit. --options=runtime --verbose --timestamp .build/apple/Products/Release/codeedit-cli
4546
- name: Zip
4647
run: zip -r .build/apple/Products/Release/codeedit-cli.zip .build/apple/Products/Release/codeedit-cli

0 commit comments

Comments
 (0)