File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 generator-name : " WebGPU" # Name of your generator executable
2121 binding-project : " WebGPUGen/Evergine.Bindings.WebGPU/Evergine.Bindings.WebGPU.csproj" # Path to your binding .csproj
2222 target-framework : " net8.0" # Target framework for generator/binding
23- runtime-identifier : " " # Runtime identifier (win-x64, linux-x64, etc.)
23+ runtime-identifier : " win-x64 " # Runtime identifier (win-x64, linux-x64, etc.)
2424 build-configuration : " Release" # Build configuration (Release, Debug, etc.)
2525 nuget-artifacts : false # Upload NuGets as workflow artifacts
2626 revision : ${{ github.run_number }} # Revision for date-based version (bindings style). Use with bindings.
Original file line number Diff line number Diff line change 1919 target-framework : " net8.0" # Target framework for generator/binding
2020 dotnet-version : " 8.x" # .NET SDK version
2121 nuget-version : " 6.x" # NuGet CLI version
22- runtime-identifier : " " # Runtime identifier (win-x64, linux-x64, etc.)
22+ runtime-identifier : " win-x64 " # Runtime identifier (win-x64, linux-x64, etc.)
2323 build-configuration : " Release" # Build configuration (Release, Debug, etc.)
2424 revision : ${{ github.run_number }} # Revision for date-based version (bindings style). Use with bindings.
2525 publish-enabled : false
You can’t perform that action at this time.
0 commit comments