Skip to content

Commit a901514

Browse files
Update update_cli.sh
1 parent 7f9f944 commit a901514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/update_cli.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
release=$1
44
filename_windows=ast-cli_${release}_windows_x64.zip
55
filename_linux=ast-cli_${release}_linux_x64.tar.gz
6-
filename_darwin=ast-cli_${release}_darwin_x64.tar.gz
6+
filename_darwin=ast-cli_${release}_darwin_amd64.tar.gz
77

88
#Windows
99
echo "Updating windows binary"
@@ -29,4 +29,4 @@ mkdir ./tmp/
2929
tar -xvzf ${filename_darwin} -C ./tmp/
3030
mv ./tmp/cx ./src/main/wrapper/resources/cx-mac
3131
rm -r tmp
32-
rm ${filename_darwin}
32+
rm ${filename_darwin}

0 commit comments

Comments
 (0)