ci(woodpecker): fixing YAML glob
This commit is contained in:
parent
189a6a5562
commit
e2adf781d0
1 changed files with 4 additions and 4 deletions
|
@ -17,10 +17,10 @@ pipeline:
|
||||||
settings:
|
settings:
|
||||||
base_url: https://src.mfgames.com
|
base_url: https://src.mfgames.com
|
||||||
files:
|
files:
|
||||||
- *.epub
|
- "*.epub"
|
||||||
- *.pdf
|
- "*.pdf"
|
||||||
- *.html
|
- "*.html"
|
||||||
- *.mobi
|
- "*.mobi"
|
||||||
secrets:
|
secrets:
|
||||||
- source: gitea_token
|
- source: gitea_token
|
||||||
target: plugin_api_key
|
target: plugin_api_key
|
||||||
|
|
Loading…
Reference in a new issue