Skip to content

Commit

Permalink
Fix windows path CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arf20 committed Feb 15, 2024
1 parent 750e3c9 commit f9bd90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: cmake --build D:\\a\\ww1game/build --config ${{env.BUILD_TYPE}}

- name: Package
run: cpack --config build/CPackConfig.cmake --verbose -G "ZIP"
run: cpack --config D:\\a\\ww1game/build/CPackConfig.cmake --verbose -G "ZIP"

- name: Upload ZIP artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f9bd90e

Please sign in to comment.