Commit a96d7ec
committed
Use tag name in release asset filename
Previously the release asset archive that contains the pre-built `libraries-repository-engine` binary was named like:
libraries-repository-engine_Linux_64bit.tar.gz
This was inconsistent with the standard established in other Arduino tooling projects, so it should be changed to follow the standard convention of having the tag name in the archive file name:
libraries-repository-engine_0.0.2_Linux_64bit.tar.gz1 parent 798a6b5 commit a96d7ec
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | | - | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
0 commit comments