From c5eba5a406daf773842df05a7f27698c78fffe17 Mon Sep 17 00:00:00 2001 From: Riccardo Finotello Date: Mon, 31 Aug 2020 10:39:16 +0200 Subject: [PATCH] Remove old file Signed-off-by: Riccardo Finotello --- .github/workflows/pdflatex.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pdflatex.yml b/.github/workflows/pdflatex.yml index c4c0e44..902e8e5 100644 --- a/.github/workflows/pdflatex.yml +++ b/.github/workflows/pdflatex.yml @@ -15,9 +15,10 @@ jobs: with: name: thesis path: thesis.pdf + - name: Clear old file + run: rm -rf thesis.pdf - name: Download PDF file uses: actions/download-artifact@v2 with: name: thesis - path: thesis.pdf