Skip to content

Commit

Permalink
chore: make update pdb workflow use test config
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee authored Oct 25, 2023
1 parent 66f6fe8 commit 44a632c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_pdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:

- name: Build
run: |
${{ github.workspace }}/scripts/build-debug-msvc-cpm.bat
${{ github.workspace }}/scripts/build-debug-msvc-cpm-test.bat
- name: Find PDB
run: |
$pdb = Get-ChildItem -Path "${{ github.workspace }}/.." -Filter "CommonLibSF.pdb" -Recurse -ErrorAction SilentlyContinue -Force
$pdb = Get-ChildItem -Path "${{ github.workspace }}" -Filter "CommonLibSF-test.pdb" -Recurse -ErrorAction SilentlyContinue -Force
"PDB_PATH=$pdb" >> $env:GITHUB_ENV
- name: Upload Artifact
Expand Down

0 comments on commit 44a632c

Please sign in to comment.