From 06c6b36b9f25c4792aec542c0af7b9fac9e36516 Mon Sep 17 00:00:00 2001 From: M09Ic Date: Thu, 4 May 2023 13:08:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4action=E4=B8=AD=E7=9A=84upx?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gorelease.yml | 16 ---------------- 1 file changed, 16 deletions(-) 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