From 9e3c486751949bed7960cdd70b2d93c41c042cd4 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 17 Oct 2024 08:49:24 -0600 Subject: [PATCH] needed to download files --- .github/actions/deploy-frontend/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/deploy-frontend/action.yml b/.github/actions/deploy-frontend/action.yml index 718d243b..c9766b7b 100644 --- a/.github/actions/deploy-frontend/action.yml +++ b/.github/actions/deploy-frontend/action.yml @@ -11,6 +11,10 @@ inputs: runs: using: composite steps: + - name: Download Artifacts To Job + uses: actions/download-artifact@v4 + with: + name: frontend-tarball - name: Unpack frontend shell: bash run: |