Skip to content

Commit d4b57a8

Browse files
committed
update artifact name
1 parent 8c94168 commit d4b57a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
with:
4040
upload_url: ${{ steps.create_release.outputs.upload_url }}
4141
asset_path: .build/apple/Products/Release/codeedit-cli.zip
42-
asset_name: codeedit-cli-${{ github.ref }}.zip
42+
asset_name: codeedit-cli-${{ github.ref_name }}.zip
4343
asset_content_type: application/zip

0 commit comments

Comments
 (0)