add: print process.platform

This commit is contained in:
peaceiris
2019-09-16 05:52:06 +09:00
parent 722aeff149
commit 48daa44ee9

View File

@@ -21,6 +21,8 @@ async function run() {
extendedStr = "extended_";
}
console.log(`Operating System: ${process.platform}`);
const hugoName = `hugo_${extendedStr}${hugoVersion}_Linux-64bit`;
core.debug(`hugoName: ${hugoName}`);