We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cd
1 parent c51ea05 commit 0130a71Copy full SHA for 0130a71
.github/actions/setup-kat/action.yml
@@ -23,8 +23,8 @@ runs:
23
24
aws s3 cp s3://kotlin-sdk-build-tools/kat-releases/$kat_version/kat-$kat_version.zip ./kat.zip
25
26
+ echo "Unzipping kat tool"
27
unzip ./kat.zip -d kat
- cd kat/kat-$kat_version/bin
28
29
kat_binary_path="$PWD/kat/kat-$kat_version/bin"
30
export PATH="$kat_binary_path:$PATH"
0 commit comments