This commit is contained in:
parent
674b82ba92
commit
6b33f8a4e6
@ -40,12 +40,9 @@ jobs:
|
|||||||
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: Set current date
|
|
||||||
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Upload PDF
|
- name: Upload PDF
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Beitrittserklaerung_RudernDonauLinz_$CURRENT_DATE.pdf
|
name: Beitrittserklaerung_RudernDonauLinz.pdf
|
||||||
path: ./main.pdf
|
path: ./main.pdf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user