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 d4b57a8 commit 6fe0b52Copy full SHA for 6fe0b52
.github/workflows/deploy.yml
@@ -21,6 +21,8 @@ jobs:
21
zip codeedit-cli.zip codeedit-cli
22
cd ../../../../
23
24
+ # CODESIGN & NOTARIZE THE BINARY
25
+
26
- name: Create Release
27
id: create_release
28
uses: actions/create-release@v1
@@ -39,5 +41,5 @@ jobs:
39
41
with:
40
42
upload_url: ${{ steps.create_release.outputs.upload_url }}
43
asset_path: .build/apple/Products/Release/codeedit-cli.zip
- asset_name: codeedit-cli-${{ github.ref_name }}.zip
44
+ asset_name: codeedit-cli-binary.zip
45
asset_content_type: application/zip
0 commit comments