Skip to content

Commit 5a960e3

Browse files
committed
Simplify PATH the other way
1 parent e99f0b0 commit 5a960e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-kat/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ runs:
2727
unzip -qq ./kat.zip -d kat
2828
2929
kat_binary_path="$PWD/kat/kat-$kat_version/bin"
30-
echo "$kat_binary_path" >> $GITHUB_PATH
30+
export PATH="$kat_binary_path:$PATH"
3131
3232
echo "Installed kat version $(kat version)" || (echo "Failed to execute kat command" && exit 1)

0 commit comments

Comments
 (0)