Package zmusic
This commit is contained in:
parent
1f9de6a9f4
commit
dee6d30230
1 changed files with 2 additions and 2 deletions
4
.github/workflows/continuous_integration.yml
vendored
4
.github/workflows/continuous_integration.yml
vendored
|
|
@ -98,14 +98,14 @@ jobs:
|
|||
cd build
|
||||
mkdir package
|
||||
if [[ "${{ runner.os }}" == 'Windows' ]]; then
|
||||
cp ${{ matrix.config.build_type }}/gzdoom.exe ${{ matrix.config.build_type }}/*.pk3 package
|
||||
cp ${{ matrix.config.build_type }}/gzdoom.exe ${{ matrix.config.build_type }}/*.pk3 ${{ matrix.config.build_type }}/zmusic.dll package
|
||||
elif [[ "${{ runner.os }}" == 'macOS' ]]; then
|
||||
if [[ "${{ matrix.config.build_type }}" != 'Release' ]]; then
|
||||
mv ${{ matrix.config.build_type }}/gzdoom.app gzdoom.app
|
||||
fi
|
||||
cp -r gzdoom.app package
|
||||
elif [[ "${{ runner.os }}" == 'Linux' ]]; then
|
||||
cp gzdoom *.pk3 package
|
||||
cp gzdoom *.pk3 libzmusic.so* package
|
||||
fi
|
||||
|
||||
- name: Upload Package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue