rename files in release

This commit is contained in:
Julien Fastré 2022-05-30 21:12:58 +02:00
parent 76da9dd357
commit 3e90c12d47
1 changed files with 5 additions and 7 deletions

View File

@ -30,14 +30,14 @@ steps:
commands: commands:
- cd user - cd user
- latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex user-manual.tex - 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 - name: build-latex-admin
image: texlive/texlive image: texlive/texlive
commands: commands:
- cd admin - cd admin
- latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex admin-manual.tex - 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 - name: release
image: plugins/gitea-release image: plugins/gitea-release
@ -46,16 +46,14 @@ steps:
from_secret: gitea_key from_secret: gitea_key
base_url: https://gitea.champs-libres.be base_url: https://gitea.champs-libres.be
files: files:
- user-manual.pdf - "Manuel administrateur.pdf"
- admin-manual.pdf - "Manuel utilisateur.pdf"
checksum:
- sha512
title: ${DRONE_TAG:=latest} title: ${DRONE_TAG:=latest}
when: when:
event: event:
- tag - tag
--- ---
kind: signature kind: signature
hmac: 686b3bf2e6d8ffd370cfde19d9110b6c71af6e2dc4afc3c1b8d7a5016397ee3e hmac: dc200b08e09b83e734ff829ac62c7daf5f80986f725edac1b974b07793adb4b0
... ...