We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8e903 commit 704b351Copy full SHA for 704b351
1 file changed
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
# yamllint disable rule:line-length
39
run: |
40
set -xe
41
- file="${{ steps.image.output_directory}}/action_image_artifact_${{ github.event.repository.name }}_latest/${{ github.event.repository.name }}_latest"
+ file="${{ steps.image.outputs.download_path}}"
42
echo "Info for comparing to build artifacts"
43
sha256sum "${file}"
44
tar -xOf "${file}" manifest.json | jq
0 commit comments