Fix build. (#11)

* Fix.

* Husky commit correct node modules

* update temp in installer
This commit is contained in:
Stephen Franceschelli 2019-07-30 14:01:45 -04:00 committed by Danny McCormick
parent 596a6da241
commit c0655ddd33
22 changed files with 390 additions and 323 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"));