diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64797e2..f715c22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,5 +38,7 @@ jobs: run: apt-get update && apt-get install -y nodejs - name: Get PDFs uses: actions/download-artifact@v3 + with: + name: Thesis - name: Run VeraPDF run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'