Fix path for restoring NuGet packages

This commit is contained in:
wangdage12
2025-11-26 19:46:39 +08:00
committed by GitHub
parent e52ed5470e
commit 1fe5b4969e

View File

@@ -22,7 +22,7 @@ jobs:
run: dotnet tool install --global wix --version 4.0.1 run: dotnet tool install --global wix --version 4.0.1
- name: Restore NuGet packages - name: Restore NuGet packages
run: dotnet restore Snap.Hutao.slnx run: dotnet restore src/Snap.Hutao/Snap.Hutao.slnx
- name: Build WinUI 3 project (self-contained) - name: Build WinUI 3 project (self-contained)
run: dotnet publish src/Snap.Hutao/Snap.Hutao.csproj ` run: dotnet publish src/Snap.Hutao/Snap.Hutao.csproj `