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