Skip to content

Commit

Permalink
fix: actions failure on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaohei committed Oct 8, 2023
1 parent 1e8b2e3 commit 61c6057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/build-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ get_os() {
darwin) OS='macos' ;;
linux) OS='linux' ;;
freebsd) OS='freebsd' ;;
# mingw*) OS='windows';;
# msys*) OS='windows';;
mingw*) OS='windows';;
msys*) OS='windows';;
*)
log_print 2 "The OS (${OS}) is not supported by this script."
exit 1
Expand Down

0 comments on commit 61c6057

Please sign in to comment.