Skip to content

Commit 0b636ed

Browse files
committed
Fix filetype and naming
1 parent a9fb765 commit 0b636ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
with:
9797
upload_url: ${{ steps.create_release.outputs.upload_url }}
9898
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
101101
- name: Upload Release Asset (Lite)
102102
uses: actions/upload-release-asset@v1
103103
if: startsWith(github.ref, 'refs/tags/')
@@ -106,6 +106,6 @@ jobs:
106106
with:
107107
upload_url: ${{ steps.create_release.outputs.upload_url }}
108108
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
111111

0 commit comments

Comments
 (0)