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 7f9f944 commit a901514Copy full SHA for a901514
.github/scripts/update_cli.sh
@@ -3,7 +3,7 @@
3
release=$1
4
filename_windows=ast-cli_${release}_windows_x64.zip
5
filename_linux=ast-cli_${release}_linux_x64.tar.gz
6
-filename_darwin=ast-cli_${release}_darwin_x64.tar.gz
+filename_darwin=ast-cli_${release}_darwin_amd64.tar.gz
7
8
#Windows
9
echo "Updating windows binary"
@@ -29,4 +29,4 @@ mkdir ./tmp/
29
tar -xvzf ${filename_darwin} -C ./tmp/
30
mv ./tmp/cx ./src/main/wrapper/resources/cx-mac
31
rm -r tmp
32
-rm ${filename_darwin}
+rm ${filename_darwin}
0 commit comments