Skip to content

Commit 8ae0fde

Browse files
committed
Fix runtime identifier parameter
1 parent cdf9325 commit 8ae0fde

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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.

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

0 commit comments

Comments
 (0)