Skip to content

Commit

Permalink
Rename output
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Sep 19, 2022
1 parent 8154ddd commit f55e6bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
root_file: tex/curriculum-vitae.tex
work_in_root_file_dir: true
latexmk_use_xelatex: true
- name: Rename output
run: mv tex/curriculum-vitae.pdf tex/evan-sosenko-cv.pdf
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build Environment
LATEX_INPUT = curriculum-vitae
LATEX_OUTPUT = curriculum-vitae
LATEX_OUTPUT = evan-sosenko-cv
LATEX_OUTPUT_EXT = pdf
LATEX_SRC = tex
LATEX_BULD = build
Expand Down

0 comments on commit f55e6bd

Please sign in to comment.