add: print process.platform
This commit is contained in:
parent
722aeff149
commit
48daa44ee9
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
|
@ -21,6 +21,8 @@ async function run() {
|
||||||
extendedStr = "extended_";
|
extendedStr = "extended_";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(`Operating System: ${process.platform}`);
|
||||||
|
|
||||||
const hugoName = `hugo_${extendedStr}${hugoVersion}_Linux-64bit`;
|
const hugoName = `hugo_${extendedStr}${hugoVersion}_Linux-64bit`;
|
||||||
core.debug(`hugoName: ${hugoName}`);
|
core.debug(`hugoName: ${hugoName}`);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue