From 4a8f6cb3d4485c56d8adb543fc5d5abac4bcf0de Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 4 Nov 2024 12:37:52 -0700 Subject: [PATCH] test frontend workflow with changes --- .github/workflows/build-deploy-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy-frontend.yml b/.github/workflows/build-deploy-frontend.yml index 2609c6de..50f5c307 100644 --- a/.github/workflows/build-deploy-frontend.yml +++ b/.github/workflows/build-deploy-frontend.yml @@ -43,7 +43,7 @@ jobs: - name: Download Artifacts To Job uses: actions/download-artifact@v4 with: - name: production-files + name: frontend-tarball - name: Unpack client shell: bash run: |