mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-06 06:45:05 +01:00
Archive PDB separately
This commit is contained in:
parent
e7eaba9f01
commit
75219ffced
7
.github/workflows/validate.yml
vendored
7
.github/workflows/validate.yml
vendored
@ -275,6 +275,11 @@ jobs:
|
|||||||
dxcompiler.dll
|
dxcompiler.dll
|
||||||
dxil.dll
|
dxil.dll
|
||||||
SDL2.dll
|
SDL2.dll
|
||||||
Zelda64Recompiled.pdb
|
|
||||||
assets/
|
assets/
|
||||||
gamecontrollerdb.txt
|
gamecontrollerdb.txt
|
||||||
|
- name: Archive Debug Files
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: Zelda64Recompiled-${{ runner.os }}-${{ matrix.type }}-PDB
|
||||||
|
path: |
|
||||||
|
Zelda64Recompiled.pdb
|
||||||
|
Loading…
Reference in New Issue
Block a user