MacOS CD 调试
This commit is contained in:
parent
44164c0d8a
commit
9940a4ece2
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -300,7 +300,7 @@ artifacts-macos: clean
|
||||||
mv dist/yao-*-* dist/release/
|
mv dist/yao-*-* dist/release/
|
||||||
chmod +x dist/release/yao-*-*
|
chmod +x dist/release/yao-*-*
|
||||||
ls -l dist/release/
|
ls -l dist/release/
|
||||||
dist/release/yao-${VERSION}-darwin-arm64 version
|
dist/release/yao-${VERSION}-darwin-amd64 version
|
||||||
|
|
||||||
.PHONY: win32
|
.PHONY: win32
|
||||||
win32: bindata
|
win32: bindata
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ package share
|
||||||
// session -> freeport fix bug
|
// session -> freeport fix bug
|
||||||
// 更新制品目录 -> ui/downloads
|
// 更新制品目录 -> ui/downloads
|
||||||
// Arm64 制品 -> arm build test
|
// Arm64 制品 -> arm build test
|
||||||
// MacOS 制品 -> debug 5
|
// MacOS 制品 -> debug 6
|
||||||
|
|
||||||
// VERSION 版本号
|
// VERSION 版本号
|
||||||
const VERSION = "0.9.1"
|
const VERSION = "0.9.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue