diff options
| author | Fuwn <[email protected]> | 2021-05-20 05:54:45 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 05:54:45 +0000 |
| commit | 26f528dfc07772c039f3ff881664ec24379df5e7 (patch) | |
| tree | 74dcf6eb25103e1161954bef700d4eb8cd34d891 /.github/workflows | |
| parent | refactor(manifest): delete unused line (diff) | |
| download | nitrous-26f528dfc07772c039f3ff881664ec24379df5e7.tar.xz nitrous-26f528dfc07772c039f3ff881664ec24379df5e7.zip | |
fix(actions): mime type of artifacts
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d3d71e..b42ad39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,3 +46,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./target/release/nitrous asset_name: nitrous + asset_content_type: application/x-elf # x-msdownload for Windows |