Skip to content

Commit 0992ae2

Browse files
committed
Artifcat upload action
1 parent d1d43dc commit 0992ae2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ jobs:
1313
- name: Check Indentation
1414
run: make indent
1515

16-
- name: Syntex Checks
16+
- name: Syntex Suggetions
1717
run: make checks
1818

19-
- name: build PDFLaTeX
19+
- name: Build PDFLaTeX
2020
run: make build
2121

2222
- name: Analysis (git diff)
2323
if: failure()
2424
run: git diff
2525

26+
- uses: actions/upload-artifact@v1
27+
with:
28+
name: artifacts
29+
path: .

0 commit comments

Comments
 (0)