We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66274ff commit da12fd5Copy full SHA for da12fd5
2 files changed
.github/workflows/build_pipeline.yml
@@ -24,7 +24,7 @@ jobs:
24
dotnet-version: 9.0.x
25
26
- name: Install wasm-tools
27
- run: dotnet workload install wasm-tools
+ run: dotnet workload install wasm-tools9
28
29
- name: Build release
30
run: dotnet publish AudioCuesheetEditor --configuration Release --output release
.github/workflows/run_tests.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Build & Install
run: dotnet build
0 commit comments