diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4905b48..ee5572d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,7 +20,7 @@ jobs: with: dotnet-version: | 6.x - 7.x + 8.x - uses: nuget/setup-nuget@v1 with: nuget-version: "6.x" diff --git a/Generate-Bindings.ps1 b/Generate-Bindings.ps1 index b6d37c6..df9168f 100644 --- a/Generate-Bindings.ps1 +++ b/Generate-Bindings.ps1 @@ -44,7 +44,7 @@ else # Run generator LogDebug "START binding generator process" -pushd .\WebGPUGen\WebGPUGen\bin\Release\net6.0\ +pushd .\WebGPUGen\WebGPUGen\bin\Release\net8.0\win-x64 .\publish\WebGPUGen.exe if($?) {