Skip to content

Commit 1e31d1a

Browse files
committed
pushdcd
1 parent dc81f85 commit 1e31d1a

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,7 +23,7 @@ runs:
2323
2424
echo "Creating directory for kat tool at $kat_dir"
2525
mkdir -p "$kat_dir"
26-
pushd "$kat_dir"
26+
cd "$kat_dir"
2727
2828
echo "Downloading kat version $kat_version to $kat_dir"
2929
aws s3 cp s3://kotlin-sdk-build-tools/kat-releases/$kat_version/kat-$kat_version.zip ./kat.zip --no-progress

0 commit comments

Comments
 (0)