mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +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
|
||||
|
|
Loading…
Reference in a new issue