File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,20 @@ jobs:
14
14
- name : Compile LaTeX to PDF
15
15
uses : xu-cheng/latex-action@v2
16
16
with :
17
- root_file : documentation/documentation .tex
18
- working_directory : freephoenix888
17
+ root_file : documentation.tex
18
+ working_directory : freephoenix888/documentation
19
19
20
20
- name : Upload PDF
21
21
uses : actions/upload-artifact@v2
22
22
with :
23
23
name : generated-pdf
24
- path : ./freephoenix888/documentation.pdf
24
+ path : ./freephoenix888/documentation/documentation .pdf
25
25
26
26
- name : Create Release
27
27
id : create_release
28
28
uses : softprops/action-gh-release@v1
29
29
with :
30
- files : ./freephoenix888/documentation.pdf
30
+ files : ./freephoenix888/documentation/documentation .pdf
31
31
tag_name : v${{ github.run_number }}
32
32
env :
33
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments