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: