Describe the bug
Uploading a .tar.gz artifact results in the archive being .zipped. Many (if not probably most) projects on GitHub tend to prefer the .tar.gz extension, rather than .zip, so it most likely isn't a good idea to archive them again under a different format and/or forcing maintainers to use a specific version.
Version
Environment
Screenshots

Run/Repo Url
As I may take down or otherwise modify my tree at any given moment, here's the pull request in question.
How to reproduce
- Step 1: Create
.tar.gz archive in a workflow.
- Step 2: Upload it.
- Step 3: 🎊
Additional context
Also see: #39
Describe the bug
Uploading a
.tar.gzartifact results in the archive being.zipped. Many (if not probably most) projects on GitHub tend to prefer the.tar.gzextension, rather than.zip, so it most likely isn't a good idea to archive them again under a different format and/or forcing maintainers to use a specific version.Version
Environment
Screenshots
Run/Repo Url
As I may take down or otherwise modify my tree at any given moment, here's the pull request in question.
How to reproduce
.tar.gzarchive in a workflow.Additional context
Also see: #39