Skip to content

Commit

Permalink
Merge pull request #3854 from rism-digital/lpugin-patch-1
Browse files Browse the repository at this point in the history
Update ci_build.yml
  • Loading branch information
lpugin authored Nov 6, 2024
2 parents 48e4c01 + 888ef3e commit 9032731
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
if: ${{ matrix.toolkit.upload == true }}
uses: actions/[email protected]
with:
name: ${{ env.TOOLKIT_BUILD }}
name: ${{ env.TOOLKIT_BUILD }}-${{ github.run_id }}
path: ${{ github.workspace }}/${{ env.TEMP_DIR }}/${{ matrix.toolkit.filepath }}


Expand All @@ -303,7 +303,7 @@ jobs:
- name: Upload font data artifact
uses: actions/[email protected]
with:
name: ${{ env.TOOLKIT_BUILD }}
name: ${{ env.TOOLKIT_BUILD }}-${{ github.run_id }}
path: ${{ github.workspace }}/${{ env.TEMP_DIR }}

##################################
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
- name: Download TOOLKIT_BUILD artifacts
uses: actions/[email protected]
with:
name: ${{ env.TOOLKIT_BUILD }}
name: ${{ env.TOOLKIT_BUILD }}-${{ github.run_id }}
path: artifacts/${{ env.TOOLKIT_BUILD }}

- name: Copy artifacts to gh-pages
Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
- name: Upload doxygen build artifact
uses: actions/[email protected]
with:
name: ${{ env.DOC_BUILD }}
name: ${{ env.DOC_BUILD }}-${{ github.run_id }}
path: ${{ github.workspace }}/${{ env.DOXYGEN_DIR }}

###############################################
Expand Down Expand Up @@ -487,7 +487,7 @@ jobs:
- name: Download DOC_BUILD artifacts
uses: actions/[email protected]
with:
name: ${{ env.DOC_BUILD }}
name: ${{ env.DOC_BUILD }}-${{ github.run_id }}
path: artifacts/${{ env.DOC_BUILD }}

- name: Remove old doc and copy build artifacts to DOXYGEN_DIR
Expand Down

0 comments on commit 9032731

Please sign in to comment.