Commit db94645
committed
fix: standardize build_dir pattern in DEB workflow
- Change build_dir from '$exporter-$dist-$arch' to '$exporter-$arch-$dist'
- Fixes build-info.json not found errors (line 246 and 292)
- Aligns with RPM and Docker build patterns for consistency
Resolves: prometheus, json_exporter, and other DEB build failures1 parent 43e0aab commit db94645
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
0 commit comments