Skip to content

Commit 4a2e070

Browse files
committed
Deploy: install wasm-tools workload before publish (match CI)
https://claude.ai/code/session_01GwHuC47PH81Zw3EUfgkrYN
1 parent 7bdbd63 commit 4a2e070

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-wasm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
dotnet-version: '8.0.x'
2828

29+
- name: Install WASM workload
30+
run: dotnet workload install wasm-tools
31+
2932
- name: Publish Blazor WASM
3033
run: dotnet publish src/HealthNerd.Wasm/HealthNerd.Wasm.csproj -c Release -o ./publish
3134

0 commit comments

Comments
 (0)