Fixed a typo on the ci config. Fixes master pipelines.

This commit is contained in:
Acrimon 2019-10-08 12:46:40 +02:00
parent 61b2b87eba
commit 4af15bcba2

View File

@ -210,8 +210,8 @@ windows:
- mkdir artifact - mkdir artifact
- cd voxygen && VELOREN_ASSETS=assets cargo build --target=x86_64-pc-windows-gnu --release && cd .. - 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 .. - 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-server-cli.exe ./artifact
- cp -r target/x86_64-pc-windows-gnu/release/veloren-voxygen ./artifact - cp -r target/x86_64-pc-windows-gnu/release/veloren-voxygen.exe ./artifact
- cp -r assets ./artifact - cp -r assets ./artifact
# -- # --