Skip to content

Commit

Permalink
poprawka do workflowa
Browse files Browse the repository at this point in the history
  • Loading branch information
pgawron committed May 8, 2024
1 parent 22b24ca commit 5b29c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Upload PDF file 1
uses: actions/upload-artifact@v4
with:
name: PDF
name: PDF1
path: ./lectures/01-introduction/txt/lecture.pdf
- name: Compile LaTeX document 2
uses: xu-cheng/latex-action@v3
Expand All @@ -26,5 +26,5 @@ jobs:
- name: Upload PDF file 2
uses: actions/upload-artifact@v4
with:
name: PDF
name: PDF2
path: ./lectures/99-materals/ksiazeczka.pdf

0 comments on commit 5b29c39

Please sign in to comment.