Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/workflows/release.yml: simplify xargs opts
We can simplify our calls to the "xargs" command by removing the redundant -L1 option, as this is implied by the -I option when running on Linux with the GNU version of xargs(1).
- Loading branch information