File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -73,24 +73,24 @@ jobs:
73
73
uses : actions/upload-release-asset@v1
74
74
with :
75
75
upload_url : ${{ steps.create_release.outputs.upload_url }}
76
- asset_path : ./build/cloud-init -decoder-windows-amd64.exe
77
- asset_name : cloud-init -decoder-windows-amd64.exe
76
+ asset_path : ./build/cloud-startup-data -decoder-windows-amd64.exe
77
+ asset_name : cloud-startup-data -decoder-windows-amd64.exe
78
78
asset_content_type : application/octet-stream
79
79
80
80
- name : Upload Release Asset
81
81
uses : actions/upload-release-asset@v1
82
82
with :
83
83
upload_url : ${{ steps.create_release.outputs.upload_url }}
84
- asset_path : ./build/cloud-init -decoder-darwin-amd64
85
- asset_name : cloud-init -decoder-darwin-amd64
84
+ asset_path : ./build/cloud-startup-data -decoder-darwin-amd64
85
+ asset_name : cloud-startup-data -decoder-darwin-amd64
86
86
asset_content_type : application/octet-stream
87
87
88
88
- name : Upload Release Asset
89
89
uses : actions/upload-release-asset@v1
90
90
with :
91
91
upload_url : ${{ steps.create_release.outputs.upload_url }}
92
- asset_path : ./build/cloud-init -decoder-linux-amd64
93
- asset_name : cloud-init -decoder-linux-amd64
92
+ asset_path : ./build/cloud-startup-data -decoder-linux-amd64
93
+ asset_name : cloud-startup-data -decoder-linux-amd64
94
94
asset_content_type : application/octet-stream
95
95
96
96
update-latest-release :
You can’t perform that action at this time.
0 commit comments