Skip to content

Commit b4092cb

Browse files
Update update_cli.sh
1 parent 1a27e09 commit b4092cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/update_cli.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ filename_darwin=ast-cli_${release}_darwin_amd64.tar.gz
88
#Windows
99
echo "Updating windows binary"
1010
wget https://github.com/checkmarx/ast-cli/releases/download/${release}/${filename_windows}
11-
tar -xvzf ${filename_windows} -d tmp
11+
mkdir ./tmp/
12+
tar -xvzf ${filename_windows} -C ./tmp/
1213
mv ./tmp/cx.exe ./src/main/resources/cx.exe
1314
rm -r tmp
1415
rm ${filename_windows}

0 commit comments

Comments
 (0)