Skip to content

Commit

Permalink
fix: append platform-release to downloaded install/build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jan 5, 2024
1 parent a3875cd commit 53afaa3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Download build artifact
uses: actions/download-artifact@v3
with:
name: build-${{ env.clang-tidy-iwyu-CC }}-eic-shell-${{ env.clang-tidy-iwyu-CMAKE_BUILD_TYPE }}
name: build-${{ env.clang-tidy-iwyu-CC }}-eic-shell-${{ env.clang-tidy-iwyu-CMAKE_BUILD_TYPE }}-${{ env.platform }}-${{ env.release }}
path: .
- name: Uncompress build artifact
run: tar -xaf build.tar.zst
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
- name: Download build artifact
uses: actions/download-artifact@v3
with:
name: build-${{ env.clang-tidy-iwyu-CC }}-eic-shell-${{ env.clang-tidy-iwyu-CMAKE_BUILD_TYPE }}
name: build-${{ env.clang-tidy-iwyu-CC }}-eic-shell-${{ env.clang-tidy-iwyu-CMAKE_BUILD_TYPE }}-${{ env.platform }}-${{ env.release }}
path: .
- name: Uncompress build artifact
run: tar -xaf build.tar.zst
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
- name: Download install directory
uses: actions/download-artifact@v3
with:
name: install-${{ matrix.CC }}-eic-shell-Release
name: install-${{ matrix.CC }}-eic-shell-Release-${{ env.platform }}-${{ env.release }}
- name: Unarchive install directory
run: tar -xaf install.tar.zst
- name: Download simulation input
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
- name: Download install directory
uses: actions/download-artifact@v3
with:
name: install-${{ matrix.CC }}-eic-shell-Release
name: install-${{ matrix.CC }}-eic-shell-Release-${{ env.platform }}-${{ env.release }}
- name: Unarchive install directory
run: tar -xaf install.tar.zst
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -518,7 +518,7 @@ jobs:
- name: Download install directory
uses: actions/download-artifact@v3
with:
name: install-${{ matrix.CC }}-eic-shell-Release
name: install-${{ matrix.CC }}-eic-shell-Release-${{ env.platform }}-${{ env.release }}
- name: Unarchive install directory
run: tar -xaf install.tar.zst
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -559,7 +559,7 @@ jobs:
- name: Download install directory
uses: actions/download-artifact@v3
with:
name: install-${{ matrix.CC }}-eic-shell-Release
name: install-${{ matrix.CC }}-eic-shell-Release-${{ env.platform }}-${{ env.release }}
- name: Uncompress install directory
run: tar -xaf install.tar.zst
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -678,7 +678,7 @@ jobs:
- name: Download install directory
uses: actions/download-artifact@v3
with:
name: install-${{ matrix.CC }}-eic-shell-Release
name: install-${{ matrix.CC }}-eic-shell-Release-${{ env.platform }}-${{ env.release }}
- name: Unarchive install directory
run: tar -xaf install.tar.zst
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -733,7 +733,7 @@ jobs:
- name: Download install directory
uses: actions/download-artifact@v3
with:
name: install-${{ matrix.CC }}-eic-shell-Release
name: install-${{ matrix.CC }}-eic-shell-Release-${{ env.platform }}-${{ env.release }}
- name: Unarchive install directory
run: tar -xaf install.tar.zst
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 53afaa3

Please sign in to comment.