ci: fix un-needed download-artifact

This commit is contained in:
Nicolas Meienberger 2023-06-28 18:47:18 +02:00 committed by Nicolas Meienberger
parent be4a4f0aa0
commit 575a9a8fac

View file

@ -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