Skip to content

Commit 1f17425

Browse files
authored
chore: update path after download-artifact changes
1 parent 95b682d commit 1f17425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
path: ${{ runner.temp }}
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 }}/digests-${{ inputs.flavor }}-${{ steps.runner-arch.outputs.arch }}
38+
working-directory: ${{ runner.temp }}
3939
env:
4040
GH_REPO: ${{ github.repository }}
4141
id: set-container

0 commit comments

Comments
 (0)