mirror of
https://github.com/wangdage12/Snap.Hutao.git
synced 2026-02-17 15:06:39 +08:00
Simplify build command in MSI workflow
This commit is contained in:
5
.github/workflows/msi-build.yml
vendored
5
.github/workflows/msi-build.yml
vendored
@@ -25,10 +25,7 @@ jobs:
|
||||
run: dotnet restore src/Snap.Hutao/Snap.Hutao.slnx
|
||||
|
||||
- name: Build WinUI 3 project (self-contained)
|
||||
run: dotnet publish src/Snap.Hutao/Snap.Hutao/Snap.Hutao.csproj `
|
||||
-c Release `
|
||||
-r win-x64 `
|
||||
--self-contained true
|
||||
run: build src/Snap.Hutao/Snap.Hutao/Snap.Hutao.csproj -c Release
|
||||
|
||||
- name: Build MSI installer
|
||||
run: dotnet build src/Snap.Hutao/Snap.Hutao.Installer/Snap.Hutao.Installer.wixproj -c Release
|
||||
|
||||
Reference in New Issue
Block a user