aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.js b/setup.js
index 4702a5d..c6f7b4a 100644
--- a/setup.js
+++ b/setup.js
@@ -8,7 +8,7 @@ const path = require('path');
async function run() {
- const millPath = `${process.env["HOME"]}/mill`;
+ const millPath = `.mill-bin`;
try {
const millVersion = core.getInput('mill-version');