mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-08 11:56:36 +00:00
Merge pull request #133 from bcmi-labs/per1234/name-snapshot-archive-with-commit
Use short commit hash in "snapshot" build artifact archive filename
This commit is contained in:
commit
ba319b23d9
@ -15,7 +15,7 @@ function artifactName() {
|
|||||||
} else if (isNightly) {
|
} else if (isNightly) {
|
||||||
return `nightly-${timestamp()}`
|
return `nightly-${timestamp()}`
|
||||||
} else {
|
} else {
|
||||||
return 'snapshot';
|
return getVersion();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
const name = 'arduino-pro-ide';
|
const name = 'arduino-pro-ide';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user