mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 21:39:09 +08:00 
			
		
		
		
	Release patch version update (#1105)
This commit is contained in:
		
							
								
								
									
										7
									
								
								dist/save-only/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								dist/save-only/index.js
									
									
									
									
										vendored
									
									
								
							@@ -38189,14 +38189,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
 | 
			
		||||
};
 | 
			
		||||
Object.defineProperty(exports, "__esModule", { value: true });
 | 
			
		||||
const exec_1 = __webpack_require__(986);
 | 
			
		||||
const core_1 = __webpack_require__(470);
 | 
			
		||||
const io = __importStar(__webpack_require__(1));
 | 
			
		||||
const fs_1 = __webpack_require__(747);
 | 
			
		||||
const path = __importStar(__webpack_require__(622));
 | 
			
		||||
const utils = __importStar(__webpack_require__(15));
 | 
			
		||||
const constants_1 = __webpack_require__(931);
 | 
			
		||||
const IS_WINDOWS = process.platform === 'win32';
 | 
			
		||||
core_1.exportVariable('MSYS', 'winsymlinks:nativestrict');
 | 
			
		||||
// Returns tar path and type: BSD or GNU
 | 
			
		||||
function getTarPath() {
 | 
			
		||||
    return __awaiter(this, void 0, void 0, function* () {
 | 
			
		||||
@@ -38386,7 +38384,10 @@ function execCommands(commands, cwd) {
 | 
			
		||||
    return __awaiter(this, void 0, void 0, function* () {
 | 
			
		||||
        for (const command of commands) {
 | 
			
		||||
            try {
 | 
			
		||||
                yield exec_1.exec(command, undefined, { cwd });
 | 
			
		||||
                yield exec_1.exec(command, undefined, {
 | 
			
		||||
                    cwd,
 | 
			
		||||
                    env: Object.assign(Object.assign({}, process.env), { MSYS: 'winsymlinks:nativestrict' })
 | 
			
		||||
                });
 | 
			
		||||
            }
 | 
			
		||||
            catch (error) {
 | 
			
		||||
                throw new Error(`${command.split(' ')[0]} failed with error: ${error === null || error === void 0 ? void 0 : error.message}`);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user