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 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