From ec2970118b223e3e57b59532e9ad8047cbea0a57 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 21 Feb 2026 10:52:32 +0100 Subject: [PATCH] Add oracle to win pdb's --- .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