Fix path in copy command

This commit is contained in:
Magnus Norddahl 2024-05-09 22:14:06 +02:00
commit 59ad52299e

View file

@ -103,7 +103,7 @@ jobs:
if [[ "${{ runner.os }}" == 'Windows' ]]; then
cp -r ${{ matrix.config.build_type }}/vkdoom.exe ${{ matrix.config.build_type }}/*.pk3 ${{ matrix.config.build_type }}/fm_banks ${{ matrix.config.build_type }}/soundfonts package
cp ../bin/licenses.zip ../bin/windows/libsndfile/64bit/libsndfile-1.dll ../bin/windows/openal/64bit/openal32.dll ../bin/windows/zmusic/64bit/zmusic.dll package
cp ${{ matrix.config.build_type }}/vkdoom-stripped.pdb package/${{ matrix.config.build_type }}/vkdoom.pdb
cp ${{ matrix.config.build_type }}/vkdoom-stripped.pdb package/vkdoom.pdb
elif [[ "${{ runner.os }}" == 'macOS' ]]; then
cp -r vkdoom.app package
elif [[ "${{ runner.os }}" == 'Linux' ]]; then