CNugteren / CLBlast

Tuned OpenCL BLAS
Apache License 2.0
1.06k stars 202 forks source link

Binary releases on github are not valid tar.gz files #507

Closed angrave closed 10 months ago

angrave commented 1 year ago

The build action script creates uncompressed tar files not tar.gz files. However the file extension for the mac and linux files are still .tar.gz This leads to an error when a user attempts to decompress them e.g. with gunzip or tar -txvz

A fix will be sent as a PR. In brief, "add 'z' to the tar command in github action release.yml