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:
|
||||
base_url: https://src.mfgames.com
|
||||
files:
|
||||
- *.epub
|
||||
- *.pdf
|
||||
- *.html
|
||||
- *.mobi
|
||||
- "*.epub"
|
||||
- "*.pdf"
|
||||
- "*.html"
|
||||
- "*.mobi"
|
||||
secrets:
|
||||
- source: gitea_token
|
||||
target: plugin_api_key
|
||||
|
|
Loading…
Reference in a new issue