From f57bb95929defa9108f892f207eb1bcd49cef281 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 21 Jul 2019 01:21:31 +0300 Subject: [PATCH] CI: fix missing artifacts for test builds --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index dd960e7ca..037562fe7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -71,3 +71,6 @@ task: TERMUX_ARCH: x86_64 build_script: bash ./scripts/build/ci/cirrus-ci_dispatcher.sh + + output_artifacts: + path: "./debs/*.deb"