Skip to content

Commit

Permalink
Update workflow artifacts to include PDBs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Nov 29, 2024
1 parent 4df8cf7 commit 53f2ff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,14 @@ jobs:

- name: Store crash dumps
uses: actions/upload-artifact@v4
if: success() || failure()
if: failure()
with:
name: hang-dumps
retention-days: 3
path: |
build/output/**/*.dmp
build/output/**/*.xml
build/output/**/*.pdb
startup-hook-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 53f2ff6

Please sign in to comment.