Skip to content

Commit 8e17abe

Browse files
authored
Upload artifacts after build
1 parent 04eb9d8 commit 8e17abe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ jobs:
1616
run: make
1717
- name: test
1818
run: npm ci && npm test
19+
- uses: actions/upload-artifact@master
20+
with:
21+
name: dist
22+
path: dist

0 commit comments

Comments
 (0)