Skip to content

Commit ff8e254

Browse files
committed
check
1 parent 3d53a7a commit ff8e254

File tree

2 files changed

+31
-28
lines changed

2 files changed

+31
-28
lines changed

.github/scripts/update_cli.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
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

package-lock.json

Lines changed: 25 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)