Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix release action glob exclusion (#1644)
In softprops/action-gh-release, when using an glob pattern to exclude files, all of the files to exclude must be specified on one line. Splitting them to multiple lines causes all files to match one of the two lines. To combine on one line, use `|` between the patterns.
- Loading branch information