diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d5d544..5dec20b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: export GOARCH=${{ matrix.arch }} go build - name: Pack binary - run: zip holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip runtimer${{ matrix.os == 'windows' && '.exe' || '' }} + 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: