From 495d423f2e83f6d3fed48d740556062862149c8c Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Sun, 16 Feb 2025 08:41:58 +0100 Subject: [PATCH] fix: release workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40cb6b3..9d5d544 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,9 +32,9 @@ jobs: run: | export GOOS=${{ matrix.os }} export GOARCH=${{ matrix.arch }} - go build -ldflags "-X runtimer/constants.Version=${{ needs.create-tag.outputs.new_tag }}" + go build - name: Pack binary - run: zip runtimer-${{ matrix.os }}-${{ matrix.arch }}.zip runtimer${{ matrix.os == 'windows' && '.exe' || '' }} + run: zip holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip runtimer${{ matrix.os == 'windows' && '.exe' || '' }} - name: Create release uses: ncipollo/release-action@v1.15.0 with: