From 92c623dbbef006a99065c9d7ed83c1053fb220cf Mon Sep 17 00:00:00 2001 From: Pavel Kurkutov Date: Mon, 4 Nov 2019 12:04:09 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=83=D0=BF=D0=B0=D0=BA=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=B8=D1=82=D0=BE=D0=B3=D0=BE=D0=B2=D0=BE=D0=B9?= =?UTF-8?q?=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 64cc62572..0ebe23ff7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -87,7 +87,7 @@ jobs: command: chmod +x .circleci/buildWindows64.sh && .circleci/buildWindows64.sh - run: name: Zipping build - command: apt update && apt -y install zip && zip -r /root/LAST_Win64.zip /root/project/Zilon.Client/Builds/StandaloneWindows64/* + command: apt update && apt -y install zip && cd /root/project/Zilon.Client/Builds/StandaloneWindows64 && zip -r /root/LAST_Win64.zip ./* - store_artifacts: path: /root/LAST_Win64.zip build_Win_x32: