Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove deprecated add-path from CI
## Motivation Use of `echo "::add-path::<PATH>"` has been deprecated on GitHub CI. ## Solution Update CI to use new path setter `echo "<PATH>" >> $GITHUB_PATH`.
- Loading branch information