ci(woodpecker): fixing YAML glob

This commit is contained in:
D. Moonfire 2022-07-17 23:22:16 -05:00
parent 189a6a5562
commit e2adf781d0

View file

@ -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