Skip to content

Commit

Permalink
Add config release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Six committed Aug 30, 2023
1 parent 8591209 commit 0f8c7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: cmake --preset=x64-Release_ogl

- name: Build Project
run: cmake --build out/x64-Release_ogl --verbose
run: cmake --build out/x64-Release_ogl --config Release --verbose

- name: Run Tests
run: cd out/x64-Release_ogl && ctest -C Release -V
Expand All @@ -43,7 +43,7 @@ jobs:
mkdir ${{env.BINARY_FOLDER}}/${{env.WIN64_FOLDER}}
mkdir ${{env.BINARY_FOLDER}}/${{env.WIN64_FOLDER}}/${{env.PROJECT_NAME}}
mv out/x64-Release_ogl/${{env.PROJECT_NAME}}.exe ${{env.BINARY_FOLDER}}/${{env.WIN64_FOLDER}}/${{env.PROJECT_NAME}}
mv out/x64-Release_ogl/Release/${{env.PROJECT_NAME}}.exe ${{env.BINARY_FOLDER}}/${{env.WIN64_FOLDER}}/${{env.PROJECT_NAME}}
mv content ${{env.BINARY_FOLDER}}/${{env.WIN64_FOLDER}}/${{env.PROJECT_NAME}}
mv README.md ${{env.BINARY_FOLDER}}/${{env.WIN64_FOLDER}}/${{env.PROJECT_NAME}}/
Expand Down

0 comments on commit 0f8c7a9

Please sign in to comment.