Skip to content

Commit

Permalink
fix(ci): ensure matrix based runs create unique tool cache artifacts (#…
Browse files Browse the repository at this point in the history
…11)

Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
  • Loading branch information
nathanklick authored Aug 2, 2024
1 parent 5f02a1b commit 16ab6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zxc-build-legacy-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Upload Tool Cache
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: Tools
name: "Tools (${{ inputs.base-os-image }})"
retention-days: 1
path: ${{ runner.tool_cache }}/${{ env.TOOL_CACHE_ARTIFACT_NAME }}

Expand All @@ -203,7 +203,7 @@ jobs:
- name: Download Tool Cache
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: Tools
name: "Tools (${{ inputs.base-os-image }})"
path: ${{ github.workspace }}/legacy/runner/tools

- name: Unpack Tool Cache
Expand Down

0 comments on commit 16ab6cc

Please sign in to comment.