We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca6702 commit acb8cd2Copy full SHA for acb8cd2
.github/workflows/pkg.yml
@@ -48,6 +48,7 @@ jobs:
48
upload_url: ${{ steps.create_release.outputs.upload_url }}
49
asset_path: ./app-config-main/pkg/main-linux
50
asset_name: app-config-linux
51
+ asset_content_type: application/octet-stream
52
53
- uses: actions/upload-release-asset@v1
54
env:
@@ -56,3 +57,4 @@ jobs:
56
57
58
asset_path: ./app-config-main/pkg/main-macos
59
asset_name: app-config-macos
60
0 commit comments