From c310e11d373a74f4c86bba877b6fc502867fd1ef Mon Sep 17 00:00:00 2001 From: oldtimerza Date: Sat, 4 Jul 2020 19:16:39 +0200 Subject: [PATCH] Fix artifact push --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e578b0c..89277ba 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,8 +24,8 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: bin/Release/Meerkat/Meerkat.exe - asset_name: Meerkat + file: bin/Release/Meerkat + asset_name: Meerkat.exe tag: ${{ github.ref }} overwrite: true body: "Latest release of Meerkat"