diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f715c22..d07282e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,6 +39,6 @@ jobs: - name: Get PDFs uses: actions/download-artifact@v3 with: - name: Thesis + path: ./artifacts - name: Run VeraPDF run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'