Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid ZIPs where possible #20

Open
berezovskyi opened this issue Jan 18, 2025 · 0 comments
Open

Avoid ZIPs where possible #20

berezovskyi opened this issue Jan 18, 2025 · 0 comments

Comments

@berezovskyi
Copy link

berezovskyi commented Jan 18, 2025

Pushing ZIP files into Git repositories interferes with the diffing. Git uses zlib internally (https://git-scm.com/book/en/v2/Git-Internals-Packfiles) already to do the compression. Especially, I think RDF files should not be zipped if possible.

Instead, may I recommend to create ZIP files when making tagged releases (e.g. CASCaDE v0.1.0, v0.2.0, etc.). For an example, see https://trstringer.com/github-actions-create-release-upload-artifacts/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant