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