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 }}