diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0397277..1192b5a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -71,7 +71,7 @@ jobs: go build -o ./dist/fan2go-$filename -buildmode "exe" main.go - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: files: |