do we have a .pdb

This commit is contained in:
tildearrow 2023-01-18 16:29:16 -05:00
parent fd8b7030ae
commit ed2bc592dc
1 changed files with 3 additions and 0 deletions

View File

@ -278,6 +278,9 @@ jobs:
cp -v ../LICENSE LICENSE.txt
cp -v ../README.md README.txt
cp -vr ../{papers,demos,instruments} ../${binPath}/furnace.exe ./
if [ '${{ matrix.config.compiler }}' == 'msvc' ]; then
cp -v ../${binPath}/furnace.pdb ./
fi
sha256sum ../${binPath}/furnace.exe > checksum.txt
popd