From 2dca3062f194fa3d501b9cc5c304af962561ce28 Mon Sep 17 00:00:00 2001 From: Ezequiel Valencia Date: Fri, 31 Jan 2025 07:43:22 -0500 Subject: [PATCH] Separate Name For Artifact --- .github/workflows/site_deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/site_deploy.yml b/.github/workflows/site_deploy.yml index 06b7b4616a..03d81d1483 100644 --- a/.github/workflows/site_deploy.yml +++ b/.github/workflows/site_deploy.yml @@ -144,8 +144,8 @@ jobs: if: ${{ github.event.inputs.server_only != 'true' }} uses: actions/upload-artifact@v4 with: - name: installers - path: installers + name: updated_installers + path: updated_installers retention-days: 1 - name: Setup tmate session uses: mxschmitt/action-tmate@v3 @@ -168,7 +168,7 @@ jobs: - name: stage installers if: ${{ github.event.inputs.server_only != 'true' }} run: | - cd installers + cd updated_installers mkdir ../docker/swarm/generated_installers mv * ../docker/swarm/generated_installers - name: setup ssh-agent