diff --git a/.github/workflows/gorelease.yml b/.github/workflows/gorelease.yml index f15cda3..31f7d20 100644 --- a/.github/workflows/gorelease.yml +++ b/.github/workflows/gorelease.yml @@ -22,10 +22,6 @@ jobs: uses: actions/setup-go@v3 with: go-version: 1.17 - - - name: Install upx - run: sudo apt install upx -y - continue-on-error: true - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 @@ -37,15 +33,3 @@ jobs: GITHUB_TOKEN: ${{ secrets.TOKEN }} GOPATH: "/home/runner/go" - - name: upx - run: upx dist/gogo* - continue-on-error: true - - - name: Upload assets - uses: actions/upload-artifact@v3 - with: - name: gogo_archive - path: | - dist/gogo* - tools/* - README.md