From bec8758ca4f461b3a7f8129c00df238eac64e119 Mon Sep 17 00:00:00 2001 From: Vikas Date: Sun, 2 Jun 2024 22:20:16 +0530 Subject: [PATCH] Pinning doesn't work, remove from matrix? --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e52e36..b580e07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,6 @@ jobs: # build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64 goos: [linux, windows, darwin] goarch: ["386", amd64, arm64] - compress_assets: OFF exclude: - goarch: "386" goos: darwin @@ -23,8 +22,9 @@ jobs: goos: windows steps: - uses: actions/checkout@v4 - - uses: wangyoucao577/go-release-action@v1.50 + - uses: wangyoucao577/go-release-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} + compress_assets: false