Skip to content

Commit 0b5bd5a

Browse files
committed
Revert "ci: upload the built dist file"
This reverts commit d13e0f6.
1 parent 8dd8951 commit 0b5bd5a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ 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
3531
- name: Verify no unstaged changes
3632
if: runner.os != 'windows'
3733
run: bash __tests__/verify-no-unstaged-changes.sh

0 commit comments

Comments
 (0)