From 9017e3d01c2244652ea98685a265e9769d84c997 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 29 Apr 2025 16:56:59 +1000 Subject: [PATCH] Add DBMerger to github actions --- .github/workflows/github_actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 2835b35e..4ab3bb3f 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -38,6 +38,8 @@ jobs: cat Version - name: Build Cef .NET Application run: dotnet build Dotnet\VRCX-Cef.csproj -p:Configuration=Release -p:Platform=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m --self-contained + - name: Build DB Merger + run: dotnet build DBMerger\DBMerger.csproj -p:Configuration=Release -p:Platform=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m --self-contained - name: Upload Cef dotnet artifacts uses: actions/upload-artifact@v4 with: