From 689a242836092fba7818ba24724b74a7a7902e48 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 16 Jun 2020 16:24:52 -0700 Subject: [PATCH] Place build file in explicit location for benchmarking to work correctly --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index 87325f0e44..8fc0518264 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -12,5 +12,5 @@ else cd build make -j ${ZEEK_CI_CPUS} install cd .. - tar -czf build.tgz ${CIRRUS_WORKING_DIR}/install + tar -czf ${CIRRUS_WORKING_DIR}/build.tgz ${CIRRUS_WORKING_DIR}/install fi