Skip to content

Commit ba319b2

Browse files
authored
Merge pull request #133 from bcmi-labs/per1234/name-snapshot-archive-with-commit
Use short commit hash in "snapshot" build artifact archive filename
2 parents d5c7d3a + 70278fe commit ba319b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/packager/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function artifactName() {
1515
} else if (isNightly) {
1616
return `nightly-${timestamp()}`
1717
} else {
18-
return 'snapshot';
18+
return getVersion();
1919
}
2020
})();
2121
const name = 'arduino-pro-ide';

0 commit comments

Comments
 (0)