update the artifact name in the download step (#2464)

This commit is contained in:
James Hodgkinson 2024-02-01 10:16:50 +10:00 committed by GitHub
parent bcb0c2b786
commit 876f7782cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -98,7 +98,7 @@ jobs:
- name: Download individual artifact
uses: actions/download-artifact@v4
with:
name: ${{ needs.pre_deploy.outputs.latest}}
name: "individual${{ needs.pre_deploy.outputs.latest}}"
path: ./docs/
env:
ACTIONS_RUNNER_DEBUG: true

View file

@ -80,7 +80,7 @@ jobs:
# https://github.com/actions/upload-artifact
uses: actions/upload-artifact@v4
with:
name: "individual${{inputs.tag }}"
path: ${{inputs.tag }}.tar.gz
name: "individual${{ inputs.tag }}"
path: ${{ inputs.tag }}.tar.gz
env:
ACTIONS_RUNNER_DEBUG: true