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

Fix artifact paths in gitlab build

parent 1d58b45e
No related branches found
No related tags found
No related merge requests found
Pipeline #260 passed with stages
in 2 minutes and 11 seconds
......@@ -27,7 +27,7 @@ build-windows:
artifacts:
expire_in: 1 day
paths:
- target/x86_64-pc-windows-gnu/release/game_core.exe
- target/x86_64-pc-windows-gnu/release/trader_tales.exe
only:
- trunk
......@@ -49,7 +49,7 @@ build-linux:
artifacts:
expire_in: 1 day
paths:
- target/x86_64-unknown-linux-gnu/release/game_core
- target/x86_64-unknown-linux-gnu/release/trader_tales
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