From b30614717629417c17905a7d685405f1f14a24f5 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Tue, 19 Jul 2022 00:07:51 -0500 Subject: [PATCH] fix(woodpecker): fixing attaching --- .woodpecker/tag.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker/tag.yml b/.woodpecker/tag.yml index 083b55a..46641a9 100644 --- a/.woodpecker/tag.yml +++ b/.woodpecker/tag.yml @@ -16,7 +16,9 @@ pipeline: image: plugins/gitea-release settings: base_url: https://src.mfgames.com - files: exit-planning*.* + files: + - "*.pdf" + - "*.epub" secrets: - source: gitea_token target: plugin_api_key