Artifact .zip is actually a .tar.gz #1410
Unanswered
yarikoptic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Original issue where I reported was
What I observe is that having https://github.com/bids-standard/bids-validator/blob/main/.github/workflows/docker-build-push.yml#L44
(I believe that is the step) we have artifact uploaded to e.g. https://github.com/bids-standard/bids-validator/actions/runs/17406110898?pr=247
which if I download in Chromium 138.0.7204.183 (Official Build) built on Debian GNU/Linux 13 (trixie) (64-bit)
I get prompted it to be
bids-standard~bids-validator~QREREU.dockerbuild.zip
but after download I see that it is actuallybut a
Could someone explain what leads to such odd behavior? (e.g. could it be a bug that given a single .tar.gz it does not actually get zipp'ed but pretends in the content-disposition or smth like that? or is browser or webserver do some magic based on mimetype reflecting compression)
Beta Was this translation helpful? Give feedback.
All reactions