ci(development): update workflow path filters for detecting changes#9
ci(development): update workflow path filters for detecting changes#9coreyhn wants to merge 2 commits into
Conversation
Add platform native library files to Rust change detection. This allows force rebuilds by deleting libraries when a clean rebuild of all platforms is needed. This approach integrates cleanly with the existing PR workflow without requiring manual workflow triggers or version bumps. The library commit in PR #8 failed to update all platforms, maybe due to a transient issue with the commit action. A validation step may be needed if this rebuild resolves the issue.
|
There is still an issue with the committed libraries. This is due to the use of the protectphp-ffi/.github/workflows/development.yml Lines 394 to 401 in 144c52b The I added this action right before PR #1 to get verified commits by |
Replace incompatible commit action with GitHub API using `actions/github-script` for proper Base64 encoding while maintaining verified commits from the bot. Fixes binary corruption issues in the previous commit workflow as discussed in PR #9.
Add platform native library files to Rust change detection. This allows force rebuilds by deleting libraries when a clean rebuild of all platforms is needed. This approach integrates cleanly with the existing PR workflow without requiring manual workflow triggers or version bumps.
The library commit in PR #8 failed to update all platforms, maybe due to a transient issue with the commit action. A validation step may be needed if this rebuild resolves the issue.