From 867b9626ba7c999806ffa0ed9ea4f4b10a46b803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 10 Jun 2023 15:45:37 +0200 Subject: [PATCH] chore(ci): include web-ext artifacts in (pre)releases --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2eed8de..a124454 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -120,6 +120,7 @@ pipeline: base_url: https://git.thm.place files: - "*.AppImage" + - webext/web-ext-artifacts/*.zip checksum: sha512 api_key: from_secret: woodpecker_api_key @@ -134,6 +135,7 @@ pipeline: base_url: https://git.thm.place files: - "*.AppImage" + - webext/web-ext-artifacts/*.zip checksum: sha512 api_key: from_secret: woodpecker_api_key