mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-06 06:45:05 +01:00
Save PDB
This commit is contained in:
parent
60925e5768
commit
4dc173aa2d
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@ -264,6 +264,7 @@ jobs:
|
|||||||
Move-Item -Path "cmake-build/dxcompiler.dll" -Destination "dxcompiler.dll"
|
Move-Item -Path "cmake-build/dxcompiler.dll" -Destination "dxcompiler.dll"
|
||||||
Move-Item -Path "cmake-build/dxil.dll" -Destination "dxil.dll"
|
Move-Item -Path "cmake-build/dxil.dll" -Destination "dxil.dll"
|
||||||
Move-Item -Path "cmake-build/SDL2.dll" -Destination "SDL2.dll"
|
Move-Item -Path "cmake-build/SDL2.dll" -Destination "SDL2.dll"
|
||||||
|
Move-Item -Path "cmake-build/Zelda64Recompiled.pdb" -Destination "Zelda64Recompiled.pdb"
|
||||||
Remove-Item -Path "assets/scss" -Recurse -Force
|
Remove-Item -Path "assets/scss" -Recurse -Force
|
||||||
- name: Archive Zelda64Recomp
|
- name: Archive Zelda64Recomp
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@ -274,5 +275,6 @@ jobs:
|
|||||||
dxcompiler.dll
|
dxcompiler.dll
|
||||||
dxil.dll
|
dxil.dll
|
||||||
SDL2.dll
|
SDL2.dll
|
||||||
|
Zelda64Recompiled.pdb
|
||||||
assets/
|
assets/
|
||||||
gamecontrollerdb.txt
|
gamecontrollerdb.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user