fix(ci): publish signed Linux deb and rpm updater artifacts - #181
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary / 改动概述
Linux
.deb客户端检查更新时会报None of the fallback platforms ["linux-x86_64-deb", "linux-x86_64"] were found。当前发布流程虽然构建.deb/.rpm,但只为 AppImage 生成 Linux 更新条目;R2 又只上传清单引用的更新包,因此缺少系统安装包的更新链路。.deb/.rpm,校验产物数量和非空签名,并上传签名文件。合入后需重新运行发布流程,才会更新线上 R2 清单。本 PR 未修改线上对象。
Verification / 验证方式
python3.12 -m unittest discover -s scripts/ci -p 'test_*.py',95 项通过。node --test 'scripts/**/*.test.mjs',192 项通过。git diff --check通过。Checklist / 检查清单
src-tauri/Cargo.lock, lockfiles under changed package dirs). / 未更改依赖。Summary by Sourcery
Publish signed Linux DEB and RPM updater artifacts and require complete platform coverage when generating release manifests.
New Features:
Bug Fixes:
Enhancements:
Tests: