chore: update providers models (auto)#23
Open
github-actions[bot] wants to merge 127 commits intomainfrom
Open
Conversation
- 修复 artifact 名称不匹配问题:将 release-tls-* 改为 release-artifact-* - 添加跨工作流 artifact 下载所需的 run-id 和 github-token 参数 - 添加 tag_name 参数以正确创建 GitHub release - 修复文件路径模式以匹配 electron-builder 的输出结构
- 将 checkout 移到 artifact 下载之前,避免覆盖下载的文件 - 保持调试信息以检查文件结构
- 添加更详细的调试信息,包括目录结构和文件查找 - 简化文件匹配模式,使用 release/**/*.ext 而不是分别指定 windows 和 macos 目录 - 这样可以匹配任何嵌套目录结构中的文件
- 将 actions/download-artifact@v4 替换为 dawidd6/action-download-artifact@v6 - 这个 action 专门设计用于跨工作流下载 artifacts - 修正参数名称:run-id -> run_id, github-token -> github_token - 这应该解决 artifacts 无法下载的问题
4343743 to
ab050f3
Compare
ab050f3 to
cd9051d
Compare
d214129 to
6d44903
Compare
cd9051d to
65fa12f
Compare
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.
This PR was automatically generated by the updateProviders workflow.