Skip to content

fix(release): remove redundant native build - #8

Merged
HAKAMIQ merged 1 commit into
mainfrom
fix/release-native-double-build
Aug 23, 2026
Merged

HAKAMIQ merged 1 commit into
mainfrom
fix/release-native-double-build

Conversation

@HAKAMIQ

@HAKAMIQ HAKAMIQ commented Aug 23, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove the redundant native build step from the release workflow.
  • Keep the clean native build performed inside Publish-Release.ps1.
  • Do not change CI, packaging, native staging, or release behavior.

Why

release.yml built CsoKit.Native.dll before invoking Publish-Release.ps1, but Publish-Release.ps1 deletes the artifacts directory and rebuilds the native backend itself. The first build output was therefore discarded unused.

Scope

Changed only:

  • .github/workflows/release.yml

Verification

  • git diff --check: PASS
  • working tree clean
  • no source code changes
  • no build/test behavior changed

@HAKAMIQ
HAKAMIQ merged commit 6b6ac77 into main Aug 23, 2026
1 check passed
@HAKAMIQ
HAKAMIQ deleted the fix/release-native-double-build branch August 23, 2026 18:27
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