Commit 5725a1e
committed
fix: correct eseries_exporter archive name pattern
The upstream release uses pattern: eseries_exporter-v2.1.0-linux-amd64.tar.gz
Changed archive_name from '{name}_linux_{arch}.tar.gz' to
'{name}-{version}-linux-{arch}.tar.gz' to match actual release naming.
This fixes 404 errors in workflow run #22123387079.1 parent 1324058 commit 5725a1e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments