Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Wögerbauer <[email protected]>
  • Loading branch information
simonwoegerb authored Apr 13, 2024
1 parent eb3a7f3 commit 93ccb68
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
uses: xu-cheng/latex-action@v2
with:
root_file: presentation/main.tex
- name: Rename file
run: mv presentation/main.pdf presentation.pdf

- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: VWA
path:
- main.pdf
- presentation/main.pdf
path: |
main.pdf
presentation.pdf

0 comments on commit 93ccb68

Please sign in to comment.