@@ -2179,7 +2179,7 @@ exports.digestForStream = digestForStream;
2179
2179
2180
2180
/***/ }),
2181
2181
2182
- /***/ 3490 :
2182
+ /***/ 5185 :
2183
2183
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
2184
2184
2185
2185
@@ -2202,9 +2202,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
2202
2202
Object.defineProperty(exports, "__esModule", ({ value: true }));
2203
2203
const core = __importStar(__nccwpck_require__(7733));
2204
2204
const 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 );
2208
2208
class ValidationError extends Error {
2209
2209
constructor(message) {
2210
2210
super(message);
@@ -2399,7 +2399,7 @@ exports.saveCache = saveCache;
2399
2399
2400
2400
/***/ }),
2401
2401
2402
- /***/ 3917 :
2402
+ /***/ 123 :
2403
2403
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
2404
2404
2405
2405
@@ -2426,10 +2426,10 @@ const auth_1 = __nccwpck_require__(6931);
2426
2426
const crypto = __importStar(__nccwpck_require__(6113));
2427
2427
const fs = __importStar(__nccwpck_require__(7147));
2428
2428
const 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 );
2433
2433
const versionSalt = '1.0';
2434
2434
function getCacheApiUrl(resource) {
2435
2435
const baseUrl = process.env['ACTIONS_CACHE_URL'] || '';
@@ -2646,7 +2646,7 @@ exports.saveCache = saveCache;
2646
2646
2647
2647
/***/ }),
2648
2648
2649
- /***/ 9379 :
2649
+ /***/ 2018 :
2650
2650
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
2651
2651
2652
2652
@@ -2683,7 +2683,7 @@ const path = __importStar(__nccwpck_require__(1017));
2683
2683
const semver = __importStar(__nccwpck_require__(3496));
2684
2684
const util = __importStar(__nccwpck_require__(3837));
2685
2685
const uuid_1 = __nccwpck_require__(1090);
2686
- const constants_1 = __nccwpck_require__(6156 );
2686
+ const constants_1 = __nccwpck_require__(7810 );
2687
2687
// From https://github.com/actions/toolkit/blob/main/packages/tool-cache/src/tool-cache.ts#L23
2688
2688
function createTempDirectory() {
2689
2689
return __awaiter(this, void 0, void 0, function* () {
@@ -2832,7 +2832,7 @@ exports.isGhes = isGhes;
2832
2832
2833
2833
/***/ }),
2834
2834
2835
- /***/ 6156 :
2835
+ /***/ 7810 :
2836
2836
/***/ ((__unused_webpack_module, exports) => {
2837
2837
2838
2838
@@ -2873,7 +2873,7 @@ exports.ManifestFilename = 'manifest.txt';
2873
2873
2874
2874
/***/ }),
2875
2875
2876
- /***/ 2603 :
2876
+ /***/ 5634 :
2877
2877
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
2878
2878
2879
2879
@@ -2901,9 +2901,9 @@ const buffer = __importStar(__nccwpck_require__(4300));
2901
2901
const fs = __importStar(__nccwpck_require__(7147));
2902
2902
const stream = __importStar(__nccwpck_require__(2781));
2903
2903
const 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 );
2907
2907
const abort_controller_1 = __nccwpck_require__(4992);
2908
2908
/**
2909
2909
* Pipes the body of a HTTP response to a stream
@@ -3130,7 +3130,7 @@ const promiseWithTimeout = (timeoutMs, promise) => __awaiter(void 0, void 0, voi
3130
3130
3131
3131
/***/ }),
3132
3132
3133
- /***/ 116 :
3133
+ /***/ 7738 :
3134
3134
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
3135
3135
3136
3136
@@ -3153,7 +3153,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
3153
3153
Object.defineProperty(exports, "__esModule", ({ value: true }));
3154
3154
const core = __importStar(__nccwpck_require__(7733));
3155
3155
const http_client_1 = __nccwpck_require__(3569);
3156
- const constants_1 = __nccwpck_require__(6156 );
3156
+ const constants_1 = __nccwpck_require__(7810 );
3157
3157
function isSuccessStatusCode(statusCode) {
3158
3158
if (!statusCode) {
3159
3159
return false;
@@ -3256,7 +3256,7 @@ exports.retryHttpClientResponse = retryHttpClientResponse;
3256
3256
3257
3257
/***/ }),
3258
3258
3259
- /***/ 3458 :
3259
+ /***/ 7364 :
3260
3260
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
3261
3261
3262
3262
@@ -3278,14 +3278,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
3278
3278
};
3279
3279
Object.defineProperty(exports, "__esModule", ({ value: true }));
3280
3280
const exec_1 = __nccwpck_require__(1757);
3281
- const core_1 = __nccwpck_require__(7733);
3282
3281
const io = __importStar(__nccwpck_require__(1318));
3283
3282
const fs_1 = __nccwpck_require__(7147);
3284
3283
const 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 );
3287
3286
const IS_WINDOWS = process.platform === 'win32';
3288
- core_1.exportVariable('MSYS', 'winsymlinks:nativestrict');
3289
3287
// Returns tar path and type: BSD or GNU
3290
3288
function getTarPath() {
3291
3289
return __awaiter(this, void 0, void 0, function* () {
@@ -3475,7 +3473,10 @@ function execCommands(commands, cwd) {
3475
3473
return __awaiter(this, void 0, void 0, function* () {
3476
3474
for (const command of commands) {
3477
3475
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
+ });
3479
3480
}
3480
3481
catch (error) {
3481
3482
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;
3516
3517
3517
3518
/***/ }),
3518
3519
3519
- /***/ 9470 :
3520
+ /***/ 7855 :
3520
3521
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
3521
3522
3522
3523
@@ -68420,7 +68421,7 @@ __nccwpck_require__.a(__webpack_module__, async (__webpack_handle_async_dependen
68420
68421
/* harmony import */ var _actions_tool_cache__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(514);
68421
68422
/* harmony import */ var _actions_artifact__WEBPACK_IMPORTED_MODULE_1__ = __nccwpck_require__(5833);
68422
68423
/* 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 );
68424
68425
68425
68426
68426
68427
0 commit comments