diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b4f3e5..0c23419 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: - name: Create Release if: startsWith(github.ref, 'refs/tags/v') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: TOTStatsMonitor ${{ github.ref_name }} files: dist/TOTStatsMonitor.exe