diff options
| author | Fuwn <[email protected]> | 2022-02-28 12:12:24 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-28 12:12:24 +0000 |
| commit | bc938840d022a8201a35b658582d4d0fbd51b98d (patch) | |
| tree | 12cc6c1ee1eab08962eb2d8e31a49894fd43af8e | |
| parent | fix(meta): description (diff) | |
| download | para-bc938840d022a8201a35b658582d4d0fbd51b98d.tar.xz para-bc938840d022a8201a35b658582d4d0fbd51b98d.zip | |
fix(action): asset name
Accidentally kept the [Divina](https://github.com/divinaland/Divina) asset name when copying over the workflow fileā¦
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ccc046e..1896a80 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,5 +46,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./target/release/para - asset_name: divina + asset_name: para asset_content_type: application/x-elf # x-msdownload for Windows |