fix: release workflow

This commit is contained in:
CyberL1 2025-02-16 08:41:58 +01:00
parent c0ac782dcb
commit 495d423f2e

View File

@ -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: