From 6ccb81b3cfee9d83a6faab7fd502db2f677d332e Mon Sep 17 00:00:00 2001 From: krjan02 Date: Mon, 13 Jan 2025 16:33:46 +0100 Subject: [PATCH] Fix build-release action --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 6a3154b..702c70f 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -72,7 +72,7 @@ jobs: with: name: "SoraV2Battery Helper ${{github.ref_name}}" files: |- - ${{ github.workspace }}/artifact/Installer/SoraV2UtilsSetup${{github.ref_name}}.msi + ${{ github.workspace }}/artifact/Installer/SoraV2Utils_Setup${{github.ref_name}}.msi ${{ github.workspace }}/artifact/SoraV2UtilsBinarys${{github.ref_name}}.zip token: '${{secrets.KRJAN02_RELEASE_TOKEN}}' tag_name: ${{github.ref_name}} \ No newline at end of file