File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
with :
40
40
upload_url : ${{ steps.release.outputs.upload_url }}
41
41
asset_path : ./stargazer-vanity.exe
42
- asset_name : svg -windows-amd64.exe
42
+ asset_name : sgv -windows-amd64.exe
43
43
asset_content_type : application/octet-stream
44
44
- name : Upload Linux asset
45
45
if : ${{ steps.release.outputs.release_created }}
49
49
with :
50
50
upload_url : ${{ steps.release.outputs.upload_url }}
51
51
asset_path : ./stargazer-vanity.linux
52
- asset_name : svg -linux-amd64
52
+ asset_name : sgv -linux-amd64
53
53
asset_content_type : application/octet-stream
54
54
- name : Upload macOS asset
55
55
if : ${{ steps.release.outputs.release_created }}
59
59
with :
60
60
upload_url : ${{ steps.release.outputs.upload_url }}
61
61
asset_path : ./stargazer-vanity.darwin
62
- asset_name : svg -darwin-amd64
62
+ asset_name : sgv -darwin-amd64
63
63
asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments