Skip to content

Commit

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

0 comments on commit a801da5

Please sign in to comment.