From 3f9ad5a729f7d09b0010647278e0e839374d758a Mon Sep 17 00:00:00 2001 From: s3lph Date: Mon, 24 Jul 2023 23:33:31 +0200 Subject: [PATCH] fix: ci --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 28eb77e..263d914 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -78,7 +78,7 @@ pipeline: from_secret: S3_ACCESS_KEY_ID secret_key: from_secret: S3_SECRET_ACCESS_KEY - source: publish/* + source: publish/**/* target: /artifacts path_style: true strip_prefix: true