ci: fix un-needed download-artifact
This commit is contained in:
parent
be4a4f0aa0
commit
575a9a8fac
1 changed files with 0 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -107,10 +107,6 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: node_modules
|
||||
|
||||
- name: Build client
|
||||
run: npm run build:next
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue