File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
44
uses : xu-cheng/latex-action@v3
45
45
with :
46
46
root_file : main.tex
47
+ args : " -jobname=KaplanKyla_CV"
47
48
48
49
- name : ensure pdf exists
49
50
run : |
55
56
- name : create github release
56
57
id : create_release
57
58
58
- if : " !startsWith(github.ref, 'refs/tags/')" # Only create a release if not triggered by a tag push
59
+ if : " !startsWith(github.ref, 'refs/tags/')"
59
60
with :
60
61
tag_name : ${{ env.version }}
61
62
release_name : " KaplanKyla CV ${{ env.version }}"
69
70
uses : softprops/action-gh-release@v1
70
71
if : startsWith(github.ref, 'refs/tags/') || steps.create_release.outputs.upload_url
71
72
with :
72
- files : cv .pdf
73
+ files : KaplanKyla_CV .pdf
73
74
body : " Curriculum Vitae compiled from LaTeX."
74
75
env :
75
76
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments