Skip to content

Commit

Permalink
Separate Name For Artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Jan 31, 2025
1 parent fe1213c commit 2dca306
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/site_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2dca306

Please sign in to comment.