Skip to content

Commit d13e0f6

Browse files
committed
ci: upload the built dist file
1 parent 530d597 commit d13e0f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
- run: npm run build
2929
- run: npm run format-check
3030
- run: npm test
31+
- uses: actions/upload-artifact@v2
32+
with:
33+
name: my-artifact
34+
path: dist
3135
- name: Verify no unstaged changes
3236
if: runner.os != 'windows'
3337
run: bash __tests__/verify-no-unstaged-changes.sh

0 commit comments

Comments
 (0)