Commit 028a6c6
committed
🐛 Fix binary download and installation in GitHub Action
Add wildcard to release download pattern to handle varied asset names.
Dynamically detect downloaded filename instead of assuming it matches
the exact artifact name, fixing installation failures when asset naming
differs from the expected pattern.1 parent 1d9b595 commit 028a6c6
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
| |||
0 commit comments