diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ab1e95e..5fbdef2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: name: 'TEKSteamClient.${{ github.event.release.name }}.nupkg' path: 'bin/Release/TEKSteamClient.${{ github.event.release.name }}.*upkg' - name: Upload to GitHub release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: 'bin/Release/TEKSteamClient.${{ github.event.release.name }}.*upkg' - name: Publish to NuGet