mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
Archive PDB separately
This commit is contained in:
parent
e7eaba9f01
commit
75219ffced
1 changed files with 6 additions and 1 deletions
7
.github/workflows/validate.yml
vendored
7
.github/workflows/validate.yml
vendored
|
|
@ -275,6 +275,11 @@ jobs:
|
|||
dxcompiler.dll
|
||||
dxil.dll
|
||||
SDL2.dll
|
||||
Zelda64Recompiled.pdb
|
||||
assets/
|
||||
gamecontrollerdb.txt
|
||||
- name: Archive Debug Files
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Zelda64Recompiled-${{ runner.os }}-${{ matrix.type }}-PDB
|
||||
path: |
|
||||
Zelda64Recompiled.pdb
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue