From a801da5e4d587db82df4d1a5a409c718353c3115 Mon Sep 17 00:00:00 2001 From: Ezequiel Valencia Date: Fri, 31 Jan 2025 08:13:38 -0500 Subject: [PATCH] Get the regular installers --- .github/workflows/site_deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/site_deploy.yml b/.github/workflows/site_deploy.yml index 03d81d1483..5c589f25d5 100644 --- a/.github/workflows/site_deploy.yml +++ b/.github/workflows/site_deploy.yml @@ -145,7 +145,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: updated_installers - path: updated_installers + path: installers retention-days: 1 - name: Setup tmate session uses: mxschmitt/action-tmate@v3 @@ -162,6 +162,8 @@ jobs: ref: ${{ github.event.inputs.vcell_version }}.${{ github.event.inputs.vcell_build }} - name: retrieve installers and variables uses: actions/download-artifact@v4 + with: + name: updated_installers - name: setenv run: | for line in $(cat variables/variables); do echo $line >> $GITHUB_ENV; done