fix: local-install 找不到 Artifact

This commit is contained in:
uye
2026-04-22 22:30:38 +08:00
parent 9c1ac90446
commit 3214aa96e7

View File

@@ -1,7 +1,7 @@
cd..
cmake --build build --target MAA.Updater --config RelWithDebInfo
cmake --install build --config RelWithDebInfo --prefix ./install
dotnet publish src/MaaWpfGui/MaaWpfGui.csproj -c Release -o install -p:Platform=x64
dotnet publish src/MaaWpfGui/MaaWpfGui.csproj -c Release -r win-x64 -o install
del /f .\install\*.h
rmdir /s /q .\install\msvc-debug
robocopy .\resource .\install\resource /MIR /MT:8