From f9811c85bcf6d321d4bf128d38dcc57b80e5c286 Mon Sep 17 00:00:00 2001 From: himself65 Date: Tue, 28 Mar 2023 14:08:13 -0500 Subject: [PATCH] ci: fix artifact name --- .github/workflows/build-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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