-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: use flutter distributor #313
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #313 +/- ##
=======================================
Coverage 61.02% 61.02%
=======================================
Files 19 19
Lines 2866 2866
=======================================
Hits 1749 1749
Misses 920 920
Partials 197 197 ☔ View full report in Codecov by Sentry. |
@monkeyWie take a look |
Thx, did you do the test? |
https://github.com/madoka773/gopeed/releases/tag/v1.6.3 可以试试,我跑过ci没问题 |
看起来文件名得处理下,和以前的不一样 |
没找到哪里改 |
.github/workflows/build.yml
Outdated
mv Gopeed-*-x86_64.AppImage build/dist/Gopeed-$VERSION-linux-amd64.AppImage | ||
|
||
dart pub global activate flutter_distributor | ||
flutter_distributor package --platform linux --targets deb,rpm,zip,appimage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zip格式就不要了吧,然后下面写个脚本把构建出来的文件名改下就好了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zip格式就是之前的portable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
之前打portable是为了给flathub用的,然后现在不是直接用的.deb包吗就没用了
No description provided.