Browse Source

fix goreleaser

fatedier 3 years ago
parent
commit
5f594e9a71
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/goreleaser.yml

+ 4 - 0
.github/workflows/goreleaser.yml

@@ -16,6 +16,10 @@ jobs:
         uses: actions/setup-go@v2
         uses: actions/setup-go@v2
         with:
         with:
           go-version: 1.16
           go-version: 1.16
+          
+      - run: |
+          # https://github.com/actions/setup-go/issues/107
+          cp -f `which go` /usr/bin/go
 
 
       - name: Make All
       - name: Make All
         run: |
         run: |