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 c7abdb0 commit ebe697fCopy full SHA for ebe697f
go_pack.sh
@@ -46,7 +46,7 @@ for item in ${os_arch_array[@]}; do
46
echo "环境变量设置成功:$GOOS------$GOARCH"
47
48
# 指定编译的二进制文件名
49
- binary_file=${os}_${arch}
+ binary_file=$zip_dir
50
if [ $os == "windows" ]; then
51
binary_file=$binary_file.exe
52
fi
0 commit comments