Skip to content

Commit 6fe0b52

Browse files
committed
update workflow
1 parent d4b57a8 commit 6fe0b52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
zip codeedit-cli.zip codeedit-cli
2222
cd ../../../../
2323
24+
# CODESIGN & NOTARIZE THE BINARY
25+
2426
- name: Create Release
2527
id: create_release
2628
uses: actions/create-release@v1
@@ -39,5 +41,5 @@ jobs:
3941
with:
4042
upload_url: ${{ steps.create_release.outputs.upload_url }}
4143
asset_path: .build/apple/Products/Release/codeedit-cli.zip
42-
asset_name: codeedit-cli-${{ github.ref_name }}.zip
44+
asset_name: codeedit-cli-binary.zip
4345
asset_content_type: application/zip

0 commit comments

Comments
 (0)