From bc938840d022a8201a35b658582d4d0fbd51b98d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 28 Feb 2022 12:12:24 +0000 Subject: fix(action): asset name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Accidentally kept the [Divina](https://github.com/divinaland/Divina) asset name when copying over the workflow file… --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3