diff options
| author | Fuwn <[email protected]> | 2022-02-28 04:12:24 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-28 04:12:24 -0800 |
| commit | 5ba8a5f8fffc81265086422a165c06bfbbf87ade (patch) | |
| tree | 12cc6c1ee1eab08962eb2d8e31a49894fd43af8e /.github | |
| parent | 0d96a9d011dad9144a4ef178db9a7933fbdb8094 (diff) | |
| download | para-5ba8a5f8fffc81265086422a165c06bfbbf87ade.tar.xz para-5ba8a5f8fffc81265086422a165c06bfbbf87ade.zip | |
fix(action): asset name
Accidentally kept the [Divina](https://github.com/divinaland/Divina) asset name when copying over the workflow fileā¦
Diffstat (limited to '.github')
| -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 |