diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a908010d..1260ac389 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: dotnet build src/OpenClaw.Tray -c Debug - name: Build Tray App (WinUI) - run: dotnet build src/OpenClaw.Tray.WinUI -c Debug + run: dotnet build src/OpenClaw.Tray.WinUI -c Debug -r win-x64 - name: Build Tests run: dotnet build tests/OpenClaw.Shared.Tests -c Debug