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