Skip to content

Commit

Permalink
Fixing the CD issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcant0n committed Aug 10, 2024
1 parent 485769e commit fe66f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
dotnet-version: |
6.x
7.x
8.x
- uses: nuget/setup-nuget@v1
with:
nuget-version: "6.x"
Expand Down
2 changes: 1 addition & 1 deletion Generate-Bindings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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($?)
{
Expand Down

0 comments on commit fe66f9b

Please sign in to comment.