diff --git a/index.js b/index.js index e401b58..254a0bb 100644 --- a/index.js +++ b/index.js @@ -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}`);