diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index 8ae2f1bfc0..cf9dcd8df4 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -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