CI: fix build

This commit is contained in:
tildearrow 2024-08-28 02:03:39 -05:00
parent 2021e86608
commit 836aa68ba0

View file

@ -231,8 +231,10 @@ jobs:
cp -vr ../po/locale locale cp -vr ../po/locale locale
cp -vr ../papers ../${binPath}/furnace.exe ./ cp -vr ../papers ../${binPath}/furnace.exe ./
if [ '${{ matrix.config.compiler }}' == 'msvc' ]; then if [ '${{ matrix.config.compiler }}' == 'msvc' ]; then
if [ -e ../${binPath}/furnace.pdb ]; then
cp -v ../${binPath}/furnace.pdb ./ cp -v ../${binPath}/furnace.pdb ./
fi fi
fi
sha256sum ../${binPath}/furnace.exe > checksum.txt sha256sum ../${binPath}/furnace.exe > checksum.txt
popd popd