From 8f6373942739fe30d18fe6a1edf75237d69638ea Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 15 Jun 2025 18:45:25 +0200 Subject: [PATCH] pdbs --- .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 6e1b29aa2..dd15bb35b 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -405,13 +405,14 @@ jobs: path: ${{steps.build.outputs.path}} if-no-files-found: error - - name: Upload pdb database + - name: Upload PDBs (Program Databases) uses: actions/upload-artifact@v4 with: - name: Windows${{matrix.target}}-debug-pdbs + name: Windows${{matrix.target}}-Release-PDBs path: | build/cockatrice/Release/*.pdb build/servatrice/Release/*.pdb + build/oracle/Release/*.pdb if-no-files-found: error - name: Upload to release