Fix path in copy command
This commit is contained in:
parent
316003dbf6
commit
59ad52299e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/continuous_integration.yml
vendored
2
.github/workflows/continuous_integration.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue