We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04eb9d8 commit 8e17abeCopy full SHA for 8e17abe
.github/workflows/CI.yml
@@ -16,3 +16,7 @@ jobs:
16
run: make
17
- name: test
18
run: npm ci && npm test
19
+ - uses: actions/upload-artifact@master
20
+ with:
21
+ name: dist
22
+ path: dist
0 commit comments