fix(woodpecker): fixing attaching
This commit is contained in:
parent
3cc59bf19a
commit
b3ac7fb552
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ pipeline:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
base_url: https://src.mfgames.com
|
base_url: https://src.mfgames.com
|
||||||
files: exit-planning*.*
|
files:
|
||||||
|
- "*.pdf"
|
||||||
|
- "*.epub"
|
||||||
secrets:
|
secrets:
|
||||||
- source: gitea_token
|
- source: gitea_token
|
||||||
target: plugin_api_key
|
target: plugin_api_key
|
||||||
|
|
Loading…
Reference in a new issue