Skip to content

ci: remove oss upload from release workflow#426

Merged
lixd merged 1 commit into
masterfrom
ci/separate-build-release
Jun 2, 2026
Merged

ci: remove oss upload from release workflow#426
lixd merged 1 commit into
masterfrom
ci/separate-build-release

Conversation

@lixd

@lixd lixd commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • release.ymlbuid.yaml 职责分离
  • buid.yaml(push master/release* 触发):build + upload OSS
  • release.yml(v* tag 触发):build + create GitHub Release
  • 去掉 release.yml 中重复的 OSS 上传步骤,避免 tag push 时两个 workflow 都做 build + upload

@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

OSS upload is already handled by the build workflow, no need to
duplicate it in release.

Signed-off-by: lixd <xueduan.li@gmail.com>
@lixd lixd force-pushed the ci/separate-build-release branch from e709bdf to 1cf7312 Compare June 2, 2026 02:59
@lixd lixd merged commit 1bb7e28 into master Jun 2, 2026
5 checks passed
@lixd lixd deleted the ci/separate-build-release branch June 2, 2026 03:04
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