Skip to content

Commit

Permalink
jon was right
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 11d9404 commit 2f09a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
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
chmod +x ${tmp}/crane
$PATH=${PATH}:${tmp}
PATH=${PATH}:${tmp}
echo "${tmp}" >> $GITHUB_PATH
fi
Expand Down

0 comments on commit 2f09a95

Please sign in to comment.