We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da12fd5 commit 0b05c69Copy full SHA for 0b05c69
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-tools9
+ run: dotnet workload install wasm-tools
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