From 11d1f75377b17f8d4573aa822bf18eea4ed2a21a Mon Sep 17 00:00:00 2001 From: orestonce Date: Wed, 3 Aug 2022 08:54:47 +0800 Subject: [PATCH] Update main.go --- export/main.go | 1 + 1 file changed, 1 insertion(+) 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) }