@@ -2179,7 +2179,7 @@ exports.digestForStream = digestForStream;
21792179
21802180/***/ }),
21812181
2182- /***/ 3490 :
2182+ /***/ 5185 :
21832183/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
21842184
21852185
@@ -2202,9 +2202,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
22022202Object.defineProperty(exports, "__esModule", ({ value: true }));
22032203const core = __importStar(__nccwpck_require__(7733));
22042204const path = __importStar(__nccwpck_require__(1017));
2205- const utils = __importStar(__nccwpck_require__(9379 ));
2206- const cacheHttpClient = __importStar(__nccwpck_require__(3917 ));
2207- const tar_1 = __nccwpck_require__(3458 );
2205+ const utils = __importStar(__nccwpck_require__(2018 ));
2206+ const cacheHttpClient = __importStar(__nccwpck_require__(123 ));
2207+ const tar_1 = __nccwpck_require__(7364 );
22082208class ValidationError extends Error {
22092209 constructor(message) {
22102210 super(message);
@@ -2399,7 +2399,7 @@ exports.saveCache = saveCache;
23992399
24002400/***/ }),
24012401
2402- /***/ 3917 :
2402+ /***/ 123 :
24032403/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
24042404
24052405
@@ -2426,10 +2426,10 @@ const auth_1 = __nccwpck_require__(6931);
24262426const crypto = __importStar(__nccwpck_require__(6113));
24272427const fs = __importStar(__nccwpck_require__(7147));
24282428const url_1 = __nccwpck_require__(7310);
2429- const utils = __importStar(__nccwpck_require__(9379 ));
2430- const downloadUtils_1 = __nccwpck_require__(2603 );
2431- const options_1 = __nccwpck_require__(9470 );
2432- const requestUtils_1 = __nccwpck_require__(116 );
2429+ const utils = __importStar(__nccwpck_require__(2018 ));
2430+ const downloadUtils_1 = __nccwpck_require__(5634 );
2431+ const options_1 = __nccwpck_require__(7855 );
2432+ const requestUtils_1 = __nccwpck_require__(7738 );
24332433const versionSalt = '1.0';
24342434function getCacheApiUrl(resource) {
24352435 const baseUrl = process.env['ACTIONS_CACHE_URL'] || '';
@@ -2646,7 +2646,7 @@ exports.saveCache = saveCache;
26462646
26472647/***/ }),
26482648
2649- /***/ 9379 :
2649+ /***/ 2018 :
26502650/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
26512651
26522652
@@ -2683,7 +2683,7 @@ const path = __importStar(__nccwpck_require__(1017));
26832683const semver = __importStar(__nccwpck_require__(3496));
26842684const util = __importStar(__nccwpck_require__(3837));
26852685const uuid_1 = __nccwpck_require__(1090);
2686- const constants_1 = __nccwpck_require__(6156 );
2686+ const constants_1 = __nccwpck_require__(7810 );
26872687// From https://github.com/actions/toolkit/blob/main/packages/tool-cache/src/tool-cache.ts#L23
26882688function createTempDirectory() {
26892689 return __awaiter(this, void 0, void 0, function* () {
@@ -2832,7 +2832,7 @@ exports.isGhes = isGhes;
28322832
28332833/***/ }),
28342834
2835- /***/ 6156 :
2835+ /***/ 7810 :
28362836/***/ ((__unused_webpack_module, exports) => {
28372837
28382838
@@ -2873,7 +2873,7 @@ exports.ManifestFilename = 'manifest.txt';
28732873
28742874/***/ }),
28752875
2876- /***/ 2603 :
2876+ /***/ 5634 :
28772877/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
28782878
28792879
@@ -2901,9 +2901,9 @@ const buffer = __importStar(__nccwpck_require__(4300));
29012901const fs = __importStar(__nccwpck_require__(7147));
29022902const stream = __importStar(__nccwpck_require__(2781));
29032903const util = __importStar(__nccwpck_require__(3837));
2904- const utils = __importStar(__nccwpck_require__(9379 ));
2905- const constants_1 = __nccwpck_require__(6156 );
2906- const requestUtils_1 = __nccwpck_require__(116 );
2904+ const utils = __importStar(__nccwpck_require__(2018 ));
2905+ const constants_1 = __nccwpck_require__(7810 );
2906+ const requestUtils_1 = __nccwpck_require__(7738 );
29072907const abort_controller_1 = __nccwpck_require__(4992);
29082908/**
29092909 * Pipes the body of a HTTP response to a stream
@@ -3130,7 +3130,7 @@ const promiseWithTimeout = (timeoutMs, promise) => __awaiter(void 0, void 0, voi
31303130
31313131/***/ }),
31323132
3133- /***/ 116 :
3133+ /***/ 7738 :
31343134/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
31353135
31363136
@@ -3153,7 +3153,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
31533153Object.defineProperty(exports, "__esModule", ({ value: true }));
31543154const core = __importStar(__nccwpck_require__(7733));
31553155const http_client_1 = __nccwpck_require__(3569);
3156- const constants_1 = __nccwpck_require__(6156 );
3156+ const constants_1 = __nccwpck_require__(7810 );
31573157function isSuccessStatusCode(statusCode) {
31583158 if (!statusCode) {
31593159 return false;
@@ -3256,7 +3256,7 @@ exports.retryHttpClientResponse = retryHttpClientResponse;
32563256
32573257/***/ }),
32583258
3259- /***/ 3458 :
3259+ /***/ 7364 :
32603260/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
32613261
32623262
@@ -3278,14 +3278,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
32783278};
32793279Object.defineProperty(exports, "__esModule", ({ value: true }));
32803280const exec_1 = __nccwpck_require__(1757);
3281- const core_1 = __nccwpck_require__(7733);
32823281const io = __importStar(__nccwpck_require__(1318));
32833282const fs_1 = __nccwpck_require__(7147);
32843283const path = __importStar(__nccwpck_require__(1017));
3285- const utils = __importStar(__nccwpck_require__(9379 ));
3286- const constants_1 = __nccwpck_require__(6156 );
3284+ const utils = __importStar(__nccwpck_require__(2018 ));
3285+ const constants_1 = __nccwpck_require__(7810 );
32873286const IS_WINDOWS = process.platform === 'win32';
3288- core_1.exportVariable('MSYS', 'winsymlinks:nativestrict');
32893287// Returns tar path and type: BSD or GNU
32903288function getTarPath() {
32913289 return __awaiter(this, void 0, void 0, function* () {
@@ -3475,7 +3473,10 @@ function execCommands(commands, cwd) {
34753473 return __awaiter(this, void 0, void 0, function* () {
34763474 for (const command of commands) {
34773475 try {
3478- yield exec_1.exec(command, undefined, { cwd });
3476+ yield exec_1.exec(command, undefined, {
3477+ cwd,
3478+ env: Object.assign(Object.assign({}, process.env), { MSYS: 'winsymlinks:nativestrict' })
3479+ });
34793480 }
34803481 catch (error) {
34813482 throw new Error(`${command.split(' ')[0]} failed with error: ${error === null || error === void 0 ? void 0 : error.message}`);
@@ -3516,7 +3517,7 @@ exports.createTar = createTar;
35163517
35173518/***/ }),
35183519
3519- /***/ 9470 :
3520+ /***/ 7855 :
35203521/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
35213522
35223523
@@ -68420,7 +68421,7 @@ __nccwpck_require__.a(__webpack_module__, async (__webpack_handle_async_dependen
6842068421/* harmony import */ var _actions_tool_cache__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(514);
6842168422/* harmony import */ var _actions_artifact__WEBPACK_IMPORTED_MODULE_1__ = __nccwpck_require__(5833);
6842268423/* harmony import */ var _actions_core__WEBPACK_IMPORTED_MODULE_2__ = __nccwpck_require__(7733);
68423- /* harmony import */ var _actions_cache__WEBPACK_IMPORTED_MODULE_3__ = __nccwpck_require__(3490 );
68424+ /* harmony import */ var _actions_cache__WEBPACK_IMPORTED_MODULE_3__ = __nccwpck_require__(5185 );
6842468425
6842568426
6842668427
0 commit comments