Update generated file name
All checks were successful
Compile LaTeX and Release PDF / build_latex (push) Successful in 1m0s
All checks were successful
Compile LaTeX and Release PDF / build_latex (push) Successful in 1m0s
This commit is contained in:
parent
b16ce512bb
commit
335f59f2d8
1 changed files with 4 additions and 3 deletions
|
@ -33,7 +33,8 @@ jobs:
|
||||||
# Step 3: Compile the LaTeX.
|
# Step 3: Compile the LaTeX.
|
||||||
- name: Compile LaTeX document
|
- name: Compile LaTeX document
|
||||||
run: |
|
run: |
|
||||||
latexmk -pdf -jobname=dist/main main.tex && rm -f dist/main.aux dist/main.log dist/main.out dist/main.fls dist/main.fdb_latexmk
|
latexmk -pdf -jobname=dist/leonardo-murca-resume main.tex
|
||||||
|
rm -f dist/leonardo-murca-resume.aux dist/leonardo-murca-resume.log dist/leonardo-murca-resume.out dist/leonardo-murca-resume.fls dist/leonardo-murca-resume.fdb_latexmk
|
||||||
|
|
||||||
# Step 4: Get commit messages for the release (from the tag)
|
# Step 4: Get commit messages for the release (from the tag)
|
||||||
- name: Get commit messages for the release
|
- name: Get commit messages for the release
|
||||||
|
@ -53,8 +54,8 @@ jobs:
|
||||||
- name: Upload PDF to Release
|
- name: Upload PDF to Release
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: main.pdf # The file to upload as the release asset.
|
name: leonardo-murca-resume.pdf # The file to upload as the release asset.
|
||||||
path: dist/main.pdf # Path to the compiled PDaF
|
path: dist/leonardo-murca-resume.pdf # Path to the compiled PDaF
|
||||||
|
|
||||||
# Step 6: Create release
|
# Step 6: Create release
|
||||||
- name: Create release
|
- name: Create release
|
||||||
|
|
Loading…
Add table
Reference in a new issue