ChrisNeedham24 / microcosm

A little 4X game written using Pyxel.
GNU General Public License v3.0
9 stars 8 forks source link

Compress linux artifacts using gzip #129

Closed ChrisNeedham24 closed 1 year ago

ChrisNeedham24 commented 1 year ago

Currently, only the -cvf flags are passed through in the bundling process. This should be -czvf to use gzip. The fact that the current tarballs are named with the .tar.gz extension makes this misleading and a bug.

ChrisNeedham24 commented 1 year ago

The README will also need to be updated to use the -z flag when extracting the tarball.

ChrisNeedham24 commented 1 year ago

Should also see if we can upload the tarball on its own as an artifact, rather than zipping it up as well.

ChrisNeedham24 commented 1 year ago

Seems like GitHub Actions zipping up the tarball is expected and unavoidable. See the below for example: