diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5dec20b..99472c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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