From 371ebf1a78746efb5d1412cb4d25798af421a77e Mon Sep 17 00:00:00 2001 From: Albert Stefanov Date: Wed, 16 Oct 2024 20:35:05 +0300 Subject: [PATCH] build dir --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a1f131..df86377 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,7 +34,8 @@ jobs: - attach_workspace: at: . - run: gem install package_cloud - - run: package_cloud push fosdem/video-team/debian/bookworm /root/build/*deb + - run: find . + - run: package_cloud push fosdem/video-team/debian/bookworm root/build/*deb - store_artifacts: path: release - persist_to_workspace: