From c6d0dcc889f1a1a1b9eca3529a5d92d01a0dd23f Mon Sep 17 00:00:00 2001 From: Revertron <105154+Revertron@users.noreply.github.com> Date: Tue, 23 Feb 2021 02:30:47 +0100 Subject: [PATCH] Update rust_create_release.yml --- .github/workflows/rust_create_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust_create_release.yml b/.github/workflows/rust_create_release.yml index faedebc..6e8e0e7 100644 --- a/.github/workflows/rust_create_release.yml +++ b/.github/workflows/rust_create_release.yml @@ -51,6 +51,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${RELEASE_URL} - asset_path: ./target/release/alfis.exe - asset_name: alfis_${GITHUB_REF##*/}.exe + asset_path: ./alfis.cfg + asset_name: alfis_${GITHUB_REF##*/}.cfg asset_content_type: application/octet-stream