- adjusted project name for continuous integration

This commit is contained in:
alexey.lysiuk 2020-04-12 17:11:01 +03:00 committed by GitHub
parent a12e5a9a98
commit b8627d5c26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,11 +115,11 @@ 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 }}/qzdoom.exe ${{ matrix.config.build_type }}/*.pk3 package
elif [[ "${{ runner.os }}" == 'macOS' ]]; then
cp -r gzdoom.app package
cp -r qzdoom.app package
elif [[ "${{ runner.os }}" == 'Linux' ]]; then
cp gzdoom *.pk3 package
cp qzdoom *.pk3 package
fi
- name: Upload Package