Skip to content

Commit acb8cd2

Browse files
committed
ci: content-type
1 parent dca6702 commit acb8cd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pkg.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
upload_url: ${{ steps.create_release.outputs.upload_url }}
4949
asset_path: ./app-config-main/pkg/main-linux
5050
asset_name: app-config-linux
51+
asset_content_type: application/octet-stream
5152

5253
- uses: actions/upload-release-asset@v1
5354
env:
@@ -56,3 +57,4 @@ jobs:
5657
upload_url: ${{ steps.create_release.outputs.upload_url }}
5758
asset_path: ./app-config-main/pkg/main-macos
5859
asset_name: app-config-macos
60+
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)