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.
1 parent 1a27e09 commit b4092cbCopy full SHA for b4092cb
.github/scripts/update_cli.sh
@@ -8,7 +8,8 @@ filename_darwin=ast-cli_${release}_darwin_amd64.tar.gz
8
#Windows
9
echo "Updating windows binary"
10
wget https://github.com/checkmarx/ast-cli/releases/download/${release}/${filename_windows}
11
-tar -xvzf ${filename_windows} -d tmp
+mkdir ./tmp/
12
+tar -xvzf ${filename_windows} -C ./tmp/
13
mv ./tmp/cx.exe ./src/main/resources/cx.exe
14
rm -r tmp
15
rm ${filename_windows}
0 commit comments