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