Skip to content

Commit 704b351

Browse files
committed
WIP: mod: .github/workflows/test.yml (main)
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent ee8e903 commit 704b351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# yamllint disable rule:line-length
3939
run: |
4040
set -xe
41-
file="${{ steps.image.output_directory}}/action_image_artifact_${{ github.event.repository.name }}_latest/${{ github.event.repository.name }}_latest"
41+
file="${{ steps.image.outputs.download_path}}"
4242
echo "Info for comparing to build artifacts"
4343
sha256sum "${file}"
4444
tar -xOf "${file}" manifest.json | jq

0 commit comments

Comments
 (0)