Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <[email protected]>
  • Loading branch information
laurentsimon committed Mar 26, 2024
1 parent b595b8c commit 2a65f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/installer/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ runs:
run: |
set -euo pipefail
mkdir -p "${HOME}/.slsa/bin/${ref}"
mv binary-linux-amd64 "${HOME}/.slsa/bin/${ref}/slsa-verifier"
mv binary-linux-amd64 "${HOME}/.slsa/bin/${ref}/slsa-policy-evaluator"
echo "${HOME}/.slsa/bin/${ref}" >> $GITHUB_PATH

0 comments on commit 2a65f86

Please sign in to comment.