Skip to content

Commit 20ef315

Browse files
Update workflow
1 parent 9541999 commit 20ef315

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ jobs:
1313
uses: xu-cheng/latex-action@v2
1414
with:
1515
root_file: open-logic-debug.tex
16-
- name: List directory contents to find file name
17-
run: ls -R
18-
- name: Upload PDF
16+
- name: Upload open-logic-debug.pdf
1917
uses: actions/upload-artifact@master
2018
with:
21-
name: build-pdf
22-
path: .
19+
name: Upload open-logic-debug.pdf
20+
path: open-logic-debug.pdf

0 commit comments

Comments
 (0)