mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +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
|
- name: Download individual artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.pre_deploy.outputs.latest}}
|
name: "individual${{ needs.pre_deploy.outputs.latest}}"
|
||||||
path: ./docs/
|
path: ./docs/
|
||||||
env:
|
env:
|
||||||
ACTIONS_RUNNER_DEBUG: true
|
ACTIONS_RUNNER_DEBUG: true
|
||||||
|
|
Loading…
Reference in a new issue