update temp in installer

This commit is contained in:
Danny McCormick 2019-07-30 13:53:11 -04:00
parent 9f97109a2a
commit ca14f00ab1
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
let tempDirectory = process.env['RUNNER_TEMPDIRECTORY'] || '';
let tempDirectory = process.env['RUNNER_TEMP'] || '';
const core = __importStar(require("@actions/core"));
const io = __importStar(require("@actions/io"));
const exec = __importStar(require("@actions/exec"));