workflow: remove useless artifact-upload

pull/468/head
undefined 2 years ago
parent 73aa641258
commit 1f5e1e3596

@ -66,11 +66,6 @@ jobs:
else else
parallel --tty -j+0 yarn ::: lint:ci build test parallel --tty -j+0 yarn ::: lint:ci build test
fi fi
- name: Upload Build UI Artifact
uses: actions/upload-artifact@v3.1.0
with:
name: UI
path: packages/ui-default/
- name: Publish - name: Publish
if: ${{ github.event_name == 'push' }} if: ${{ github.event_name == 'push' }}
run: node build/publish.js run: node build/publish.js

Loading…
Cancel
Save