diff --git a/.circleci/config.yml b/.circleci/config.yml index 69dac122..2097e32b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -487,7 +487,7 @@ jobs: command: | FALCO_VERSION=$(cat /build-static/release/userspace/falco/config_falco.h | grep 'FALCO_VERSION ' | cut -d' ' -f3 | sed -e 's/^"//' -e 's/"$//') cp -f /build-static/release/falco-${FALCO_VERSION}-x86_64.tar.gz /build-static/release/falco-${FALCO_VERSION}-static-x86_64.tar.gz - /source/falco/scripts/publish-bin -f /build/release/falco-${FALCO_VERSION}-static-x86_64.tar.gz -r bin -a x86_64 + /source/falco/scripts/publish-bin -f /build-static/release/falco-${FALCO_VERSION}-static-x86_64.tar.gz -r bin -a x86_64 "publish/packages-deb": docker: - image: docker.io/debian:stable