From a1b21affd9637211c79a06c930a1c6324145c149 Mon Sep 17 00:00:00 2001 From: yazninja <71800112+yazninja@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:54:54 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49d0bf7..a1bdf10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,7 @@ jobs: uses: softprops/action-gh-release@v2 with: files: dist/wuwa-tweaks.exe + tag_name: ${{startsWith(github.ref, 'refs/tags/') && github.ref || 'main'}} # build-mac: # runs-on: macos-latest # steps: