From 006abf79b1f9fed6496db5155f77b054f27a41e4 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 21 Feb 2026 15:37:26 +0100 Subject: [PATCH] Add oracle to win pdb's (#6611) --- .github/workflows/desktop-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 684b375cc..4bd68d238 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -511,13 +511,14 @@ jobs: path: ${{steps.build.outputs.path}} if-no-files-found: error - - name: Upload pdb database + - name: Upload PDBs (Program Databases) if: matrix.os == 'Windows' uses: actions/upload-artifact@v6 with: - name: Windows${{matrix.target}}-debug-pdbs + name: Windows${{matrix.target}}-PDBs path: | build/cockatrice/Release/*.pdb + build/oracle/Release/*.pdb build/servatrice/Release/*.pdb if-no-files-found: error