This commit is contained in:
CyberL1 2025-02-16 08:47:20 +01:00
parent f372032b21
commit afb5f05e8d

View File

@ -33,11 +33,12 @@ jobs:
export GOOS=${{ matrix.os }}
export GOARCH=${{ matrix.arch }}
go build
- 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
- 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