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