Changing book file name and adding version to it.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Alexey Skobkin 2023-12-22 17:50:26 +03:00
parent 488915c881
commit d04d41f5cd
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

@ -7,7 +7,7 @@ steps:
image: 'pandoc/core:3'
commands:
- 'echo "Commit $DRONE_COMMIT"'
- 'find ./chapters -iname "*.md" -type f -print | sort | xargs -r pandoc -o book.epub title.txt'
- 'find ./chapters -iname "*.md" -type f -print | sort | xargs -r pandoc -o monster-club_$DRONE_TAG.epub title.txt'
- name: gitea_release
image: plugins/gitea-release
settings:
@ -15,7 +15,7 @@ steps:
from_secret: gitea_token
base_url: https://git.skobk.in
files:
- 'book.epub'
- 'monster-club_$DRONE_TAG.epub'
when:
event:
- tag