Commit Graph

14 Commits

Author SHA1 Message Date
spiritlhl
7e58d9a23d fix:错误则直接退出
Some checks failed
Build All UI APP / Prepare Version (push) Has been cancelled
Build All UI APP / Build Android APK (push) Has been cancelled
Build All UI APP / Build Desktop Apps (amd64, macos-amd64, macos-13, darwin) (push) Has been cancelled
Build All UI APP / Build Desktop Apps (amd64, windows-amd64, windows-latest, windows) (push) Has been cancelled
Build All UI APP / Build Desktop Apps (arm64, macos-arm64, macos-latest, darwin) (push) Has been cancelled
2025-10-31 23:42:38 +08:00
spiritlhl
58282ea99a fix:macos和win构建完成后直接上传 2025-10-31 23:41:38 +08:00
spiritlhl
a14ad98235 fix:删除尾缀 2025-10-31 23:35:51 +08:00
spiritlhl
f42f11776f fix:统一路径处理 2025-10-31 23:16:19 +08:00
spiritlhl
6c4d8e70d7 fix:分开识别产物的路径 2025-10-31 23:10:51 +08:00
spiritlhl
7de4a16ab7 fix:修复路径错误 2025-10-31 23:05:55 +08:00
spiritlhl
8c2f41eb35 fix:删除linux架构的gui编译 2025-10-31 22:58:35 +08:00
spiritlhl
aaecdfba4d fix:修复版本 2025-10-31 22:49:49 +08:00
spiritlhl
3331c43741 fix:二段构建 2025-10-31 22:46:28 +08:00
spiritlhl
25f2a10ce8 fix:修复fyne编译模式
Some checks failed
Build All Platforms / Prepare Version (push) Has been cancelled
Build All Platforms / Build Android APK (push) Has been cancelled
Build All Platforms / Build Desktop Apps (amd64, linux-amd64, ubuntu-latest, linux) (push) Has been cancelled
Build All Platforms / Build Desktop Apps (amd64, macos-amd64, macos-13, darwin) (push) Has been cancelled
Build All Platforms / Build Desktop Apps (amd64, windows-amd64, windows-latest, windows) (push) Has been cancelled
Build All Platforms / Build Desktop Apps (arm64, macos-arm64, macos-latest, darwin) (push) Has been cancelled
Build All Platforms / Upload to Latest Release (push) Has been cancelled
2025-10-31 18:05:06 +08:00
spiritlhl
2311cba16c fix:修复部分平台依赖安装 2025-10-31 17:59:31 +08:00
spiritlhl
7cfbbc397c fix:修复重复架构 2025-10-31 17:46:54 +08:00
spiritlhl
4886367355 fix:避免交叉编译 2025-10-31 17:43:39 +08:00
spiritlhl
8312587452 refactor: merge workflows, add VERSION file, prevent .build commits
- Create VERSION file (0.0.1) for centralized version management
- Merge build-ui.yml and build-all.yml into single build.yml
- Fix Fyne CLI path to fyne.io/tools/cmd/fyne@latest
- Fix --app-version flag usage (was -appVersion)
- Upload artifacts to latest GitHub release instead of committing to repo
- Add .build/ to .gitignore to prevent large APK files from being committed
- Keep Android build logic unchanged (working correctly)
- Fix desktop platform builds with proper version handling
2025-10-31 17:39:42 +08:00