Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DartPower authored Apr 3, 2024
1 parent e776fae commit 36b16e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ jobs:
cd build
mkdir package
if [[ "${{ runner.os }}" == 'Windows' ]]; then
cp ${{ matrix.config.build_type }}/lzdoom.exe ${{ matrix.config.build_type }}/*.pk3 package
cp ${{ matrix.config.build_type }}/Toxiphobia.exe ${{ matrix.config.build_type }}/*.pk3 package
elif [[ "${{ runner.os }}" == 'macOS' ]]; then
cp -r lzdoom.app package
cp -r Toxiphobia.app package
elif [[ "${{ runner.os }}" == 'Linux' ]]; then
cp lzdoom *.pk3 package
cp Toxiphobia *.pk3 package
fi
- name: Upload Package
Expand Down

0 comments on commit 36b16e0

Please sign in to comment.