Skip to content

Commit

Permalink
fix bug in provenance generation script (#5000)
Browse files Browse the repository at this point in the history
Change-Id: Ie3df48c899c4b90e39af4f599f8c7a9b05cfda17
  • Loading branch information
jul-sh authored Apr 5, 2024
1 parent 0d5cdc6 commit 2a5187b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_provenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
--target="${binary_digest}"
ent tag set --public-key=${{ inputs.ent-public-key }} \
--label="provenance_${GITHUB_SHA}_${binary_name}" \
--target=${{ steps.ent_upload_provenance.outputs.provenance_digest }}
--target="${provenance_digest}"
else
echo "Warning: Input '${file}' is not a file."
fi
Expand Down

0 comments on commit 2a5187b

Please sign in to comment.