From 5f594e9a7112fd23003e7f31d39ab0e5f404af88 Mon Sep 17 00:00:00 2001 From: fatedier Date: Thu, 3 Jun 2021 00:44:33 +0800 Subject: [PATCH] fix goreleaser --- .github/workflows/goreleaser.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 665d535..15d5499 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -16,6 +16,10 @@ jobs: uses: actions/setup-go@v2 with: go-version: 1.16 + + - run: | + # https://github.com/actions/setup-go/issues/107 + cp -f `which go` /usr/bin/go - name: Make All run: |