diff --git a/export/main.go b/export/main.go index 6e73e79..d307155 100644 --- a/export/main.go +++ b/export/main.go @@ -19,6 +19,7 @@ func main() { CreateLibForQtUi(true) // 创建Qt需要使用的.a库文件 WriteVersionDotRc("1.5.6") } else { // github actions 编译 + CreateLibForQtUi(false) version := strings.TrimPrefix(os.Getenv("GITHUB_REF_NAME"), "v") WriteVersionDotRc(version) }