From 078ae7fe5daf6a4301b35fade00b92f87f6d9c68 Mon Sep 17 00:00:00 2001 From: Matteo Bongiovanni <40599507+MatBon01@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:09:01 +0100 Subject: [PATCH] Fix presentation release (#107) * Add compile presentation to prerequisite * Fix name of presentation release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6bd4981..bb90815 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,12 +135,12 @@ jobs: - name: Upload report as artifact uses: actions/upload-artifact@v3 with: - name: final + name: presentation path: report/presentation.pdf create-release: name: Create release - needs: [compile-interim-report, compile-final-report] + needs: [compile-interim-report, compile-final-report, compile-presentation] runs-on: ubuntu-latest steps: - name: Download interim report artifact