File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 96
96
with :
97
97
upload_url : ${{ steps.create_release.outputs.upload_url }}
98
98
asset_path : ./superfw-sd.fw
99
- asset_name : superfw-sd-${{ steps.tagversion.outputs.tagversion }}.zip
100
- asset_content_type : application/zip
99
+ asset_name : superfw-sd-${{ steps.tagversion.outputs.tagversion }}.fw
100
+ asset_content_type : application/octet-stream
101
101
- name : Upload Release Asset (Lite)
102
102
uses : actions/upload-release-asset@v1
103
103
if : startsWith(github.ref, 'refs/tags/')
@@ -106,6 +106,6 @@ jobs:
106
106
with :
107
107
upload_url : ${{ steps.create_release.outputs.upload_url }}
108
108
asset_path : ./superfw-lite.fw
109
- asset_name : superfw-lite-${{ steps.tagversion.outputs.tagversion }}.zip
110
- asset_content_type : application/zip
109
+ asset_name : superfw-lite-${{ steps.tagversion.outputs.tagversion }}.fw
110
+ asset_content_type : application/octet-stream
111
111
You can’t perform that action at this time.
0 commit comments