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
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Aug 2, 2024
1 parent 5f02a1b commit dd6891c
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 dd6891c

Please sign in to comment.