Skip to content

Commit

Permalink
more debugging (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami authored May 8, 2024
1 parent cd930fb commit 374df29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/binary_provenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
matrix:
artifact: ${{fromJson(inputs.artifacts)}}
steps:
- run: |
echo ${{toJson(inputs.artifacts)}}
echo "*******"
echo "${{matrix.artifact.template_name}} || ${{matrix.artifact.path}}""
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
else
.
end
)]' dist/artifacts.json)
)][]' dist/artifacts.json)
echo "artifacts<<nEOFn" >> $GITHUB_OUTPUT
echo "${ARTIFACTS}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 374df29

Please sign in to comment.