Skip to content

Commit

Permalink
github build workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
molinaro-m committed Sep 30, 2024
1 parent b7b9690 commit 2c25574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
test -f ${{ env.doc_name }}.bbl
- name: Keep the PDF artefact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: PDF Preview
path: ${{ env.doc_name }}.pdf

0 comments on commit 2c25574

Please sign in to comment.