Skip to content

Commit

Permalink
Save mill inside workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jodersky committed Nov 14, 2019
1 parent a27a6ef commit 62fdc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 62fdc9d

Please sign in to comment.