From c84078b3e254c5742dc420e3f6491006e6c349b7 Mon Sep 17 00:00:00 2001 From: Andrey Savich <46422808+pieckenst@users.noreply.github.com> Date: Thu, 30 Nov 2023 17:22:56 +0300 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 03a8ac7..8674132 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -50,7 +50,7 @@ jobs: GITHUB_TOKEN: "${{ secrets.WORKFLOW_TOKEN }}" - name: Zip the Build - run: zip -r "mele-launcher-bin-win" + ${{ steps.semvers.outputs.patch }} + "zip" ./MELE-launcher/bin/Release/net5.0/ # this is kinda a hack and might not work lol + run: zip -r "mele-launcher-bin-win-output.zip" ./MELE-launcher/bin/Release/net5.0/win-x64/publish # this is kinda a hack and might not work lol - name: Release uses: softprops/action-gh-release@v0.1.14 # if: startsWith(github.ref, 'refs/tags/')