ZIP에서 TAR로 변환
ZIP을 TAR 묶음으로 다시 압축하세요. Unix 도구, 빌드 스크립트, 배포 파이프라인이 기대하는 형식입니다.
원본
To
ZIP
The universal archive format. Bundles files and folders into one compressed file that opens on any system without extra software.
TAR
The standard Unix bundle format. Collects files and folders into a single uncompressed file, common on Linux and macOS.