Skip to content

Commit 0130a71

Browse files
committed
Remove cd
1 parent c51ea05 commit 0130a71

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
@@ -23,8 +23,8 @@ runs:
2323
2424
aws s3 cp s3://kotlin-sdk-build-tools/kat-releases/$kat_version/kat-$kat_version.zip ./kat.zip
2525
26+
echo "Unzipping kat tool"
2627
unzip ./kat.zip -d kat
27-
cd kat/kat-$kat_version/bin
2828
2929
kat_binary_path="$PWD/kat/kat-$kat_version/bin"
3030
export PATH="$kat_binary_path:$PATH"

0 commit comments

Comments
 (0)