ci: fix artifact name

This commit is contained in:
himself65
2023-03-28 14:08:13 -05:00
parent c9318d3790
commit f9811c85bc

View File

@@ -212,7 +212,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: artifact
name: next-js
path: ./apps/web/.next
- name: Unit Test