diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6746eb5..0cd674d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: GOOS=windows GOARCH=amd64 go build -ldflags="-H windowsgui" -o AutoExitNode.exe - name: Upload AutoExitNode.exe to the release - uses: svenstaro/upload-release-action@2.11.4 + uses: svenstaro/upload-release-action@2.11.5 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./AutoExitNode.exe