fix: try to fix wasm deployment issue. (#698)

This commit is contained in:
Dong Bin
2025-11-17 11:23:45 +08:00
committed by GitHub
parent 69cc9b9ca3
commit f784a2c927
2 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
env:
PROJECT_PATH: demo/Semi.Avalonia.Demo.Web/Semi.Avalonia.Demo.Web.csproj
OUTPUT_PATH: demo/Semi.Avalonia.Demo.Web/bin/Release/net9.0-browser/publish/wwwroot
OUTPUT_PATH: demo/Semi.Avalonia.Demo.Web/bin/Release/net10.0-browser/publish/wwwroot
on:
workflow_dispatch:
@@ -17,8 +17,7 @@ jobs:
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
8.0.x
9.0.x
10.0.x
- name: Install wasm-tools
run: dotnet workload install wasm-tools