Skip to content
Snippets Groups Projects
Verified Commit 67e5135d authored by Louis's avatar Louis :fire:
Browse files

Correct web build script in CI

parent 844a3f6e
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ build-web:
stage: build
<<: *cache_directive
script:
- cargo build --release -p game_core --target x86_64-unknown-linux-gnu
- cd "${CI_PROJECT_DIR}/game_core" && trunk build --release
only:
- trunk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment