From 57f1e2b75bd3ea27854f1df2a49d2c9b38261742 Mon Sep 17 00:00:00 2001 From: Felipe Cotti Date: Sat, 30 Nov 2024 03:53:49 -0300 Subject: [PATCH] Let's attempt to fix the path to the library on GH Actions... --- .github/workflows/main.yml | 8 +++++++- src/Plpext/Plpext.UI/Plpext.UI.csproj | 12 +++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) 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 + +