Skip to content

Fix Release CI workflow failure#43

Merged
yhk1038 merged 1 commit intomainfrom
fix/release-ci-workflow
Jan 21, 2026
Merged

Fix Release CI workflow failure#43
yhk1038 merged 1 commit intomainfrom
fix/release-ci-workflow

Conversation

@yhk1038
Copy link
Contributor

@yhk1038 yhk1038 commented Jan 21, 2026

Summary

  • Remove non-existent rbs_generator.rb from WASM build script

Problem

The v0.0.44 Release workflow failed because wasm/build.sh tried to copy lib/t_ruby/rbs_generator.rb which doesn't exist.

Solution

Removed rbs_generator.rb from the CORE_FILES array in wasm/build.sh.

Test

  • Local WASM build succeeds

Closes #42

The rbs_generator.rb file doesn't exist in lib/t_ruby/, causing
the Release CI workflow to fail.

Closes #42
@yhk1038 yhk1038 merged commit 04fca51 into main Jan 21, 2026
9 checks passed
@yhk1038 yhk1038 deleted the fix/release-ci-workflow branch January 21, 2026 08:44
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.

Fix Release CI workflow failure

1 participant