Skip to content

Commit c20e6b7

Browse files
authored
chore: make path unique
1 parent 1f17425 commit c20e6b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wc-integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
id: runner-arch
3333
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
3434
with:
35-
path: ${{ runner.temp }}
35+
path: ${{ runner.temp }}/digests-${{ inputs.flavor }}-${{ steps.runner-arch.outputs.arch }}
3636
pattern: digests-${{ inputs.flavor }}-${{ steps.runner-arch.outputs.arch }}
3737
- run: echo "container=$(printf "ghcr.io/${GH_REPO}-${CONTAINER_FLAVOR}@sha256:%s " *)" >> "$GITHUB_OUTPUT"
38-
working-directory: ${{ runner.temp }}
38+
working-directory: ${{ runner.temp }}/digests-${{ inputs.flavor }}-${{ steps.runner-arch.outputs.arch }}
3939
env:
4040
GH_REPO: ${{ github.repository }}
4141
id: set-container

0 commit comments

Comments
 (0)