Skip to content

Conversation

@jorben
Copy link
Collaborator

@jorben jorben commented Feb 12, 2026

Summary

  • 修复 release.yml 中 upload-manifests job 因重复上传 builder-debug.yml 导致 404 错误的问题
  • 在上传前添加过滤步骤,删除跨平台重复的 builder-debug.yml 文件

Test Plan

  • 验证下次发布时不再出现 404 错误

🤖 Generated with Claude Code

… job

The builder-debug.yml file is generated by electron-builder for each platform
(mac/win/linux), causing duplicate files when merging artifacts. This results
in a 404 error when action-gh-release tries to update an asset that was
already uploaded.

This fix removes builder-debug.yml before uploading, keeping only the
latest-*.yml update manifests.
@jorben jorben merged commit 7ae4de8 into master Feb 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant