diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 2a91720..63678e8 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -264,6 +264,7 @@ jobs: 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/SDL2.dll" -Destination "SDL2.dll" + Move-Item -Path "cmake-build/Zelda64Recompiled.pdb" -Destination "Zelda64Recompiled.pdb" Remove-Item -Path "assets/scss" -Recurse -Force - name: Archive Zelda64Recomp uses: actions/upload-artifact@v4 @@ -274,5 +275,6 @@ jobs: dxcompiler.dll dxil.dll SDL2.dll + Zelda64Recompiled.pdb assets/ gamecontrollerdb.txt