mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed a typo on the ci config. Fixes master pipelines.
This commit is contained in:
parent
61b2b87eba
commit
4af15bcba2
@ -210,8 +210,8 @@ windows:
|
||||
- mkdir artifact
|
||||
- cd voxygen && VELOREN_ASSETS=assets cargo build --target=x86_64-pc-windows-gnu --release && cd ..
|
||||
- cd server-cli && VELOREN_ASSETS=assets cargo build --target=x86_64-pc-windows-gnu --release && cd ..
|
||||
- cp -r target/x86_64-pc-windows-gnu/release/veloren-server-cli ./artifact
|
||||
- cp -r target/x86_64-pc-windows-gnu/release/veloren-voxygen ./artifact
|
||||
- cp -r target/x86_64-pc-windows-gnu/release/veloren-server-cli.exe ./artifact
|
||||
- cp -r target/x86_64-pc-windows-gnu/release/veloren-voxygen.exe ./artifact
|
||||
- cp -r assets ./artifact
|
||||
|
||||
# --
|
||||
|
Loading…
Reference in New Issue
Block a user