From 761c9b5c0da27e1e146ebdc31de2baf05088ab44 Mon Sep 17 00:00:00 2001 From: "Radu C. Martin" Date: Tue, 20 Jul 2021 23:25:49 +0200 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index a0612c9..8382d16 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -40,6 +40,9 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: main.pdf + files: | + thesis.pdf + slides_clean.pdf + slides_notes.pdf env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}