CI: don't bundle demo songs/instruments

to save space
This commit is contained in:
tildearrow 2023-02-19 17:36:51 -05:00
parent 8605690430
commit a249f40716
1 changed files with 1 additions and 1 deletions

View File

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