Skip to content

Commit

Permalink
Исправление упаковки итоговой сборки
Browse files Browse the repository at this point in the history
  • Loading branch information
kreghek committed Nov 4, 2019
1 parent ec44747 commit 92c623d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 92c623d

Please sign in to comment.