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
|
||||||
|
|
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
|
# https://github.com/actions/upload-artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "individual${{inputs.tag }}"
|
name: "individual${{ inputs.tag }}"
|
||||||
path: ${{inputs.tag }}.tar.gz
|
path: ${{ inputs.tag }}.tar.gz
|
||||||
env:
|
env:
|
||||||
ACTIONS_RUNNER_DEBUG: true
|
ACTIONS_RUNNER_DEBUG: true
|
||||||
|
|
Loading…
Reference in a new issue