diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb9f85b..94f5802 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,13 @@ jobs: - name: Install tools 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 + + - name: Build UI + run: dotnet build src/Plpext/Plpext.UI/Plpext.UI.csproj --configuration Release --no-restore + - name: Dotnet publish run: dotnet publish src/Plpext/Plpext.UI/Plpext.UI.csproj -c Release -r win-x64 -o publish diff --git a/src/Plpext/Plpext.UI/Plpext.UI.csproj b/src/Plpext/Plpext.UI/Plpext.UI.csproj index a64a8ef..160b8d7 100644 --- a/src/Plpext/Plpext.UI/Plpext.UI.csproj +++ b/src/Plpext/Plpext.UI/Plpext.UI.csproj @@ -66,10 +66,12 @@ - - - - + + + Always + Always + OpenAL32.dll + +