Skip to content

Commit

Permalink
debug rename #1
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jul 17, 2024
1 parent 4a37115 commit 4de9462
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ jobs:
- name: Download PDF
uses: actions/download-artifact@v4
with:
name: ${{ env.versionedpdf }}
name: pdf-${{ needs.build_latex.outputs.prefix }}
- name: Rename to add version
run: |
ls -lrt
mv main.pdf ${{ env.versionedpdf}}
ls -lrt
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4de9462

Please sign in to comment.