This commit is contained in:
parent
1b18ddd668
commit
e426da4f00
@ -39,10 +39,15 @@ jobs:
|
|||||||
run: latexmk -pdf ${{ env.root_file }}
|
run: latexmk -pdf ${{ env.root_file }}
|
||||||
env:
|
env:
|
||||||
root_file: main.tex # Replace 'main.tex' with the path to your main LaTeX file
|
root_file: main.tex # Replace 'main.tex' with the path to your main LaTeX file
|
||||||
|
|
||||||
- name: Upload PDF
|
- name: Upload artifacts and release assets
|
||||||
uses: actions/upload-artifact@v3
|
uses: nanoufo/action-upload-artifacts-and-release-assets@v2
|
||||||
with:
|
with:
|
||||||
name: Beitrittserklaerung_RudernDonauLinz.pdf
|
path: |
|
||||||
path: ./main.pdf
|
./main.pdf
|
||||||
|
# - name: Upload PDF
|
||||||
|
# uses: actions/upload-artifact@v3
|
||||||
|
# with:
|
||||||
|
# name: Beitrittserklaerung_RudernDonauLinz.pdf
|
||||||
|
# path: ./main.pdf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user