Skip to content

Commit

Permalink
Fixed nightly build.
Browse files Browse the repository at this point in the history
  • Loading branch information
klaussilveira committed Jul 25, 2022
1 parent 381170c commit 07407df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:

- name: Build package
run: |
cp build/client client
cp build/server server
cp -R tools/ .
cp -R docs/html/ docs/
cp ${{ env.CMAKE_BUILD_DIR }}/client client
cp ${{ env.CMAKE_BUILD_DIR }}/server server
cp -R ${{ env.CMAKE_BUILD_DIR }}/tools/ .
cp -R ${{ env.CMAKE_BUILD_DIR }}/docs/html/ docs/
zip -r qengine-nightly.zip assets/ tools/ docs/ client server
- name: Release
Expand Down

0 comments on commit 07407df

Please sign in to comment.