mirror of
https://github.com/CyberL1/holesail-proxy.git
synced 2025-02-22 18:19:21 -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 GOARCH=${{ matrix.arch }}
|
||||
go build
|
||||
- run: ls
|
||||
# - name: Pack binary
|
||||
# run: zip holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip holesal-proxy${{ matrix.os == 'windows' && '.exe' || '' }}
|
||||
# - name: Create release
|
||||
# uses: ncipollo/release-action@v1.15.0
|
||||
# with:
|
||||
# tag: ${{ needs.create-tag.outputs.new_tag }}
|
||||
# artifacts: holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip
|
||||
# allowUpdates: true
|
||||
- name: Pack binary
|
||||
run: zip holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip holesail-proxy${{ matrix.os == 'windows' && '.exe' || '' }}
|
||||
- name: Create release
|
||||
uses: ncipollo/release-action@v1.15.0
|
||||
with:
|
||||
tag: ${{ needs.create-tag.outputs.new_tag }}
|
||||
artifacts: holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip
|
||||
allowUpdates: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user