mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-07 19:36:33 +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) {
|
||||
return `nightly-${timestamp()}`
|
||||
} else {
|
||||
return 'snapshot';
|
||||
return getVersion();
|
||||
}
|
||||
})();
|
||||
const name = 'arduino-pro-ide';
|
||||
|
Loading…
x
Reference in New Issue
Block a user