Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add zip version when compressing all binaries (editorconfig-che…
…cker#321) (editorconfig-checker#362) This adds a zip archive to the output of the compress-all-binaries sub-task in order to provide better compatiblitiy with Windows. Windows does not come with the ability to handle tar.gz (until now the only output format) and, hence, users cannot easily use the prebuilt binaries distributed via GitHub. Further integration into, for example, the winget community packages is also prevented by this. Zip was chosen as an _additional_ output format in order to not create an unexpected/breaking change for consumers of the existing tar.gz format. Windows is not handled specifically here in order to keep the process of providing build artifacts as simple as possible.
- Loading branch information