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:
1414 - name : Compile LaTeX to PDF
1515 uses : xu-cheng/latex-action@v2
1616 with :
17- root_file : documentation/documentation .tex
18- working_directory : freephoenix888
17+ root_file : documentation.tex
18+ working_directory : freephoenix888/documentation
1919
2020 - name : Upload PDF
2121 uses : actions/upload-artifact@v2
2222 with :
2323 name : generated-pdf
24- path : ./freephoenix888/documentation.pdf
24+ path : ./freephoenix888/documentation/documentation .pdf
2525
2626 - name : Create Release
2727 id : create_release
2828 uses : softprops/action-gh-release@v1
2929 with :
30- files : ./freephoenix888/documentation.pdf
30+ files : ./freephoenix888/documentation/documentation .pdf
3131 tag_name : v${{ github.run_number }}
3232 env :
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments