Commit d7c5d4c
committed
Simplify file patterns in release.yml
Updated the `files` parameter in the `Upload installers to GitHub Release` job to use a generic pattern (`Output/Publish/**`) instead of specific patterns (`Output/Publish/Math.Editor*` and `Output/Publish/releases.*.json`). This change ensures all files and directories under `Output/Publish/` are included, improving maintainability and flexibility.1 parent bfd617d commit d7c5d4c
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
0 commit comments