CI: fix build
This commit is contained in:
parent
2021e86608
commit
836aa68ba0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -231,8 +231,10 @@ jobs:
|
|||
cp -vr ../po/locale locale
|
||||
cp -vr ../papers ../${binPath}/furnace.exe ./
|
||||
if [ '${{ matrix.config.compiler }}' == 'msvc' ]; then
|
||||
if [ -e ../${binPath}/furnace.pdb ]; then
|
||||
cp -v ../${binPath}/furnace.pdb ./
|
||||
fi
|
||||
fi
|
||||
sha256sum ../${binPath}/furnace.exe > checksum.txt
|
||||
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue