Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add glob pattern support for file inputs - Replace direct file list splitting with glob pattern expansion - Use @actions/glob package to handle pattern matching - Ensure uniqueness of expanded file list by using Set - Update upload arguments to use expanded file list * Update dependencies and add tests - Adds `@actions/glob` - Adds `vitest` - Removes `jest` - Adds a basic unit test * `npm run package` * `npm test` in GitHub Actions CI `build` job
- Loading branch information