release: 打包改递归收集(头/库自动发现) - #341
Merged
Merged
Conversation
不再逐条列举产物路径,改为递归: - 头:cp -R include/. → 整目录递归,保持子目录层级(新增头自动纳入) - 库:find 构建目录的 lib*.so* / lib*.dylib → lib/(-P 保符号链接) - 可执行:本仓 CLI 显式列出(无可靠判据,且部分仓本就无可执行) 避免漏打包;tar 后仍列内容进日志便于核对。
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.
变更
release 打包从「逐条列举产物路径」改为递归收集,避免漏打包:
另在打包后加
tar tzf把内容列进 CI 日志,便于核对。🤖 Generated with Claude Code