From f140c4046079385071c970c66a8aa75d4f61b8a1 Mon Sep 17 00:00:00 2001 From: Felipe Cotti Date: Sat, 30 Nov 2024 03:57:43 -0300 Subject: [PATCH] Fix Windows.Core path --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94f5802..e84e116 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: run: dotnet tool install --global vpk - name: Build Core.Windows - run: dotnet build src/Plpext/Plpext.Core.Windows/Plpext.Core.Windows.csproj --configuration Release --no-restore + run: dotnet build src/Plpext.Core.Windows/Plpext.Core.Windows.csproj --configuration Release --no-restore - name: Build UI run: dotnet build src/Plpext/Plpext.UI/Plpext.UI.csproj --configuration Release --no-restore