mirror of
https://github.com/wangdage12/Snap.Hutao.git
synced 2026-02-18 02:42:15 +08:00
Fix YAML syntax for dotnet publish command
This commit is contained in:
2
.github/workflows/msi-build.yml
vendored
2
.github/workflows/msi-build.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
run: dotnet restore src/Snap.Hutao/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/Snap.Hutao.csproj `
|
||||||
-c Release `
|
-c Release `
|
||||||
-r win-x64 `
|
-r win-x64 `
|
||||||
--self-contained true
|
--self-contained true
|
||||||
|
|||||||
Reference in New Issue
Block a user