From 4af15bcba2af4ee9515ac28c7a76a8485d6861ac Mon Sep 17 00:00:00 2001 From: Acrimon Date: Tue, 8 Oct 2019 12:46:40 +0200 Subject: [PATCH] Fixed a typo on the ci config. Fixes master pipelines. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 755c436687..5b01d23ac1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 # --