From 506076f5a4652a206cddf8650476ede96696a544 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Fri, 1 Dec 2023 18:09:34 +0000 Subject: [PATCH] Fixed cw2 file name --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 49ea3d4..b6b4304 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,7 @@ steps: # Compile twice for the table of contents and for bib text - pdflatex cw.tex - pdflatex cw.tex + - mv cw.pdf cw2.pdf - cd - # - name: Build Report @@ -50,7 +51,7 @@ steps: commands: - tea login add --url https://git.andr3h3nriqu3s.com --token "$TOKEN" - tea r rm -y current || echo "Release not found" - - tea r c --title "Latest" --asset firstcw/cw/cw.pdf --asset secondcw/cw/cw.pdf latest + - tea r c --title "Latest" --asset firstcw/cw/cw.pdf --asset secondcw/cw/cw2.pdf latest - name: Remove current on failure environment: