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 Oct 26, 2024
1 parent 3b8d5ef commit 1f2645c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ jobs:
if [[ "${{ runner.os }}" == 'Windows' ]]; then
cp ${{ matrix.config.build_type }}/Goida.exe ${{ matrix.config.build_type }}/*.pk3 package
elif [[ "${{ runner.os }}" == 'macOS' ]]; then
cp -r goida.app package
cp -r Goida.app package
elif [[ "${{ runner.os }}" == 'Linux' ]]; then
cp goida *.pk3 package
cp Goida *.pk3 package
fi
- name: Upload Package
Expand Down

0 comments on commit 1f2645c

Please sign in to comment.