From e58609e16d8cf7d3c5bba83a44a3c7f9160d944b Mon Sep 17 00:00:00 2001 From: Florian Sesser Date: Sun, 12 Jan 2025 07:21:10 +0000 Subject: [PATCH] Try to get .deb output path right --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 426cd461c..4cf6a7aa3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -597,12 +597,12 @@ jobs: make -f debian/rules binary - run: name: "Install the built package" - command: dpkg -i /tmp/tahoe-lafs_1.20.0-1_all.deb + command: dpkg -i /tmp/debian-13-package/tahoe-lafs_1.20.0-1_all.deb - run: name: "Run our newly system-wide installed tahoe" command: tahoe --version - store_artifacts: - path: /tmp/tahoe-lafs_1.20.0-1_all.deb + path: /tmp/debian-13-package/tahoe-lafs_1.20.0-1_all.deb nixos: parameters: