-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3854 from rism-digital/lpugin-patch-1
Update ci_build.yml
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
||
|
||
|
@@ -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 }} | ||
|
||
################################## | ||
|
@@ -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 | ||
|
@@ -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 }} | ||
|
||
############################################### | ||
|
@@ -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 | ||
|