We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530d597 commit d13e0f6Copy full SHA for d13e0f6
1 file changed
.github/workflows/build.yml
@@ -28,6 +28,10 @@ jobs:
28
- run: npm run build
29
- run: npm run format-check
30
- run: npm test
31
+ - uses: actions/upload-artifact@v2
32
+ with:
33
+ name: my-artifact
34
+ path: dist
35
- name: Verify no unstaged changes
36
if: runner.os != 'windows'
37
run: bash __tests__/verify-no-unstaged-changes.sh
0 commit comments