diff --git a/.gitea/workflows/build_pdf.yaml b/.gitea/workflows/build_pdf.yaml index 682b6c8..6c351cd 100644 --- a/.gitea/workflows/build_pdf.yaml +++ b/.gitea/workflows/build_pdf.yaml @@ -14,10 +14,8 @@ jobs: - run: pdflatex fat.tex - run: echo "Starting second LaTeX build" - run: pdflatex fat.tex - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v3 with: - name: fat.pdf + name: fat path: fat.pdf - overwrite: true - if-no-files-found: error - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file