mirror of
https://github.com/wangdage12/Snap.Hutao.git
synced 2026-02-17 15:06:39 +08:00
Fix path for restoring NuGet packages
This commit is contained in:
2
.github/workflows/msi-build.yml
vendored
2
.github/workflows/msi-build.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
run: dotnet tool install --global wix --version 4.0.1
|
||||
|
||||
- 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)
|
||||
run: dotnet publish src/Snap.Hutao/Snap.Hutao.csproj `
|
||||
|
||||
Reference in New Issue
Block a user