You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: