From fe66f9baee66a998df33825acbce7ca6764a6488 Mon Sep 17 00:00:00 2001 From: jcant0n Date: Sat, 10 Aug 2024 21:00:55 +0200 Subject: [PATCH] Fixing the CD issue. --- .github/workflows/cd.yml | 2 +- Generate-Bindings.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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($?) {