Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 9c0fca5

Browse files
committed
upload artifacts
1 parent 01063aa commit 9c0fca5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: run make
13-
run: make
13+
run: make
14+
- uses: actions/upload-artifact@v2
15+
with:
16+
path: out/

0 commit comments

Comments
 (0)