diff --git a/.github/actions/goreleaser/action.yml b/.github/actions/goreleaser/action.yml index 7e35c09..87d4998 100644 --- a/.github/actions/goreleaser/action.yml +++ b/.github/actions/goreleaser/action.yml @@ -63,6 +63,6 @@ runs: with: distribution: goreleaser version: "~> v2" - args: release --clean + args: release --skip=build env: GITHUB_TOKEN: ${{ inputs.github-token }} diff --git a/.github/workflows/go-release-cgo.yaml b/.github/workflows/go-release-cgo.yaml index a37934a..c35b1b9 100644 --- a/.github/workflows/go-release-cgo.yaml +++ b/.github/workflows/go-release-cgo.yaml @@ -165,7 +165,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: release-${{ matrix.platform }} - path: dist/*.* + path: dist/ retention-days: 1 release: