mirror of
https://github.com/CyberL1/holesail-proxy.git
synced 2025-02-23 02:29:21 -05:00
fix: release workflow
This commit is contained in:
parent
c0ac782dcb
commit
495d423f2e
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user