From 5c958b2b2d8ca6a4fcb7827a3277279eec6722e9 Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Sun, 16 Feb 2025 08:49:04 +0100 Subject: [PATCH] fuuuck --- .github/workflows/release.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99472c3..013e542 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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