forked from Chill-project/manuals
rename files in release
This commit is contained in:
parent
76da9dd357
commit
3e90c12d47
12
.drone.yml
12
.drone.yml
@ -30,14 +30,14 @@ steps:
|
||||
commands:
|
||||
- cd user
|
||||
- latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex user-manual.tex
|
||||
- mv user-manual.pdf ../.
|
||||
- mv user-manual.pdf ../Manuel\ utilisateur.pdf
|
||||
|
||||
- name: build-latex-admin
|
||||
image: texlive/texlive
|
||||
commands:
|
||||
- cd admin
|
||||
- latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex admin-manual.tex
|
||||
- mv admin-manual.pdf ../.
|
||||
- mv admin-manual.pdf ../Manuel\ administrateur.pdf
|
||||
|
||||
- name: release
|
||||
image: plugins/gitea-release
|
||||
@ -46,16 +46,14 @@ steps:
|
||||
from_secret: gitea_key
|
||||
base_url: https://gitea.champs-libres.be
|
||||
files:
|
||||
- user-manual.pdf
|
||||
- admin-manual.pdf
|
||||
checksum:
|
||||
- sha512
|
||||
- "Manuel administrateur.pdf"
|
||||
- "Manuel utilisateur.pdf"
|
||||
title: ${DRONE_TAG:=latest}
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
---
|
||||
kind: signature
|
||||
hmac: 686b3bf2e6d8ffd370cfde19d9110b6c71af6e2dc4afc3c1b8d7a5016397ee3e
|
||||
hmac: dc200b08e09b83e734ff829ac62c7daf5f80986f725edac1b974b07793adb4b0
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user