Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh committed Jun 11, 2024
1 parent 2f09a95 commit 748a472
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ runs:
if [[ ! -z ${tag} ]]; then
echo "Installing crane @ ${tag} for ${os} on ${arch}"
tmp=$(mktemp -d)
curl -fsL https://github.com/google/go-containerregistry/releases/download/${tag}/go-containerregistry_${os}_${arch}.tar.gz | tar xz -C "${tmp}" crane
cd ${tmp}
curl -fsL https://github.com/google/go-containerregistry/releases/download/${tag}/go-containerregistry_${os}_${arch}.tar.gz | tar xz crane
chmod +x ${tmp}/crane
ls -al ${tmp}
PATH=${PATH}:${tmp}
echo "${tmp}" >> $GITHUB_PATH
fi
Expand Down

0 comments on commit 748a472

Please sign in to comment.