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