mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 04:27:02 +01:00
update the artifact name in the download step (#2464)
This commit is contained in:
parent
bcb0c2b786
commit
876f7782cf
2
.github/workflows/kanidm_book.yml
vendored
2
.github/workflows/kanidm_book.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/kanidm_individual_book.yml
vendored
4
.github/workflows/kanidm_individual_book.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue