diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index e6a66fdb..5869b3b9 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -23,4 +23,10 @@ jobs: - name: build run: | call build_latex.bat - shell: cmd \ No newline at end of file + shell: cmd + + - uses: actions/upload-artifact@v4 + with: + name: paper + path: | + tactile/undergraduate/hutbthesis_main.pdf \ No newline at end of file