From 267f5c8598bcc4f8eb4bd20c5d419413ff6a488d Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 8 Aug 2021 20:05:11 +0200 Subject: [PATCH] ci: fix path to build output --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 68202e5..6d6e58c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,7 @@ steps: commands: - nix run 'github:ambroisie/nix-config#drone-scp' environment: - SCP_SOURCE: /drone/src/*.pdf - SCP_STRIP_COMPONENTS: 2 # Make sure the tarball doesn't contain leading path + SCP_SOURCE: *.pdf SCP_RM: true # Make sure only the newly generated files are left SCP_HOST: from_secret: ssh_host