mirror of
https://github.com/CyberL1/holesail-proxy.git
synced 2025-02-23 10:39:20 -05:00
fuuuck
This commit is contained in:
parent
afb5f05e8d
commit
5c958b2b2d
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
@ -33,12 +33,11 @@ jobs:
|
|||||||
export GOOS=${{ matrix.os }}
|
export GOOS=${{ matrix.os }}
|
||||||
export GOARCH=${{ matrix.arch }}
|
export GOARCH=${{ matrix.arch }}
|
||||||
go build
|
go build
|
||||||
- run: ls
|
- name: Pack binary
|
||||||
# - name: Pack binary
|
run: zip holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip holesail-proxy${{ matrix.os == 'windows' && '.exe' || '' }}
|
||||||
# run: zip holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip holesal-proxy${{ matrix.os == 'windows' && '.exe' || '' }}
|
- name: Create release
|
||||||
# - name: Create release
|
uses: ncipollo/release-action@v1.15.0
|
||||||
# uses: ncipollo/release-action@v1.15.0
|
with:
|
||||||
# with:
|
tag: ${{ needs.create-tag.outputs.new_tag }}
|
||||||
# tag: ${{ needs.create-tag.outputs.new_tag }}
|
artifacts: holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip
|
||||||
# artifacts: holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip
|
allowUpdates: true
|
||||||
# allowUpdates: true
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user