From 44bbccaa63ade3bda621db65348312b46a42728b Mon Sep 17 00:00:00 2001 From: iltommi Date: Fri, 6 Sep 2024 17:32:47 +0200 Subject: [PATCH] add zip for windows --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index b152d1c5..12cca10d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -135,7 +135,7 @@ win32_task: mkdir build && cd build mingw32-cmake .. make -j2 package - cp Neutrino*.exe .. + cp Neutrino*.exe Neutrino*.zip .. package_artifacts: path: "Neutrino-*.*" @@ -171,7 +171,7 @@ win64_task: mkdir build && cd build mingw64-cmake .. make -j2 package - cp Neutrino*.exe .. + cp Neutrino*.exe Neutrino*.zip .. package_artifacts: path: "Neutrino-*.*"