From b0a8d92f5e14ac142396a28b02f557c2a08813bc Mon Sep 17 00:00:00 2001 From: cristianoliveira Date: Sun, 31 Mar 2024 15:35:11 +0200 Subject: [PATCH] release tag --- .github/workflows/on-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index c70faa5..9bdc1ed 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -45,9 +45,9 @@ jobs: - name: Create artifacts for linux run: | - go build -ldflags "-w -s -X main.VERSION=$(appveyor_repo_tag_name)" -o bin/ergo.exe + go build -ldflags "-w -s -X main.VERSION=$RELEASE_TAG" -o bin/ergo.exe choco install 7zip - 7z a -tzip bin/ergo-$(appveyor_repo_tag_name)-win.zip bin/ergo.exe + 7z a -tzip bin/ergo-$RELEASE_TAG-win.zip bin/ergo.exe - name: Upload binaries to release uses: svenstaro/upload-release-action@v2