Skip to content

Commit

Permalink
minor changes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jul 17, 2024
1 parent 4de9462 commit 2de5b49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
# get the name of the repo without the organisation
name: pdf-${{ steps.repo_name.outputs.prefix }}
name: PDF
path: main.pdf

download:
Expand All @@ -43,7 +43,8 @@ jobs:
- name: Download PDF
uses: actions/download-artifact@v4
with:
name: pdf-${{ needs.build_latex.outputs.prefix }}
name: PDF
path: .
- name: Rename to add version
run: |
ls -lrt
Expand Down

0 comments on commit 2de5b49

Please sign in to comment.