File tree Expand file tree Collapse file tree 2 files changed +19
-18
lines changed
Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,13 @@ jobs:
3434 name : NamePicker-action-windows
3535 path : |
3636 namepicker\build\windows\x64\runner\Release
37-
38- - name : Build apk
39- run : |
40- cd namepicker
41- flutter build apk --release
42-
43- - name : Upload apk artifacts
44- uses : actions/upload-artifact@v4
37+
38+ - name : Release
39+ uses : softprops/action-gh-release@v2
4540 with :
46- name : NamePicker-action-windows
47- path : |
48- namepicker\build\app\outputs\apk\release\*.apk
41+ files : |
42+ ${{ github.workspace }}\namepicker\build\windows\x64\runner\Release
43+ body_path : CHANGELOG.md
44+ draft : true
45+ env :
46+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- ## Bug修复
1+ > [ !caution]
2+ > ## 请勿在生产环境使用该版本!
3+ >
4+ > 该版本使用了flutter完全重构,缺失很多功能,并且可能存在一些潜在的Bug,仅供尝鲜
5+ >
6+ > 生产环境请使用v2.2.0d6 Release
27
3- - 修复URL Scheme注册异常的问题喵
8+ ## 实现的功能
49
5- ## 已知Bug
10+ - 抽选1-50的数字
611
7- - TOTP APP设置时看不到手动设置的代码(没啥头绪)
12+ - 关于页面
813
9- - Linux版本构建文件无法打开(同理,没啥头绪)
10-
11- - Linux下,浮窗几乎无法使用(Qt的已知问题,等待Qt开发者进行修复)
14+ - 没了
You can’t perform that action at this time.
0 commit comments