Skip to content

refactor: split CI into build/release jobs and clarify artifact naming - #17

Merged
coldhighsun merged 1 commit into
mainfrom
ci/split-release-job-and-rename-artifacts
Jul 24, 2026
Merged

refactor: split CI into build/release jobs and clarify artifact naming#17
coldhighsun merged 1 commit into
mainfrom
ci/split-release-job-and-rename-artifacts

Conversation

@coldhighsun

Copy link
Copy Markdown
Owner

Move tag-only publish/zip/release steps into a separate release job gated by a single job-level if, removing the repeated startsWith(github.ref, 'refs/tags/v') condition on every step.

Rename release zips so both share the "portable" prefix and are distinguished only by runtime dependency (runtime-required vs standalone), avoiding the implication that only one build is portable.

Move tag-only publish/zip/release steps into a separate release job
gated by a single job-level if, removing the repeated
startsWith(github.ref, 'refs/tags/v') condition on every step.

Rename release zips so both share the "portable" prefix and are
distinguished only by runtime dependency (runtime-required vs
standalone), avoiding the implication that only one build is portable.
@coldhighsun
coldhighsun merged commit 14e47a5 into main Jul 24, 2026
3 checks passed
@coldhighsun
coldhighsun deleted the ci/split-release-job-and-rename-artifacts branch July 24, 2026 02:51
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