rumblefrog/source-chat-relay

Linux release is not actually a .tar.gz

asphy396 opened this issue · 2 comments

Issue: had to install p7zip-full to unzip archive

To Reproduce

  1. Run command tar -xvf linux-amd64.tar.gz
  2. Error "gzip: stdin: not in gzip format"

Solution

  1. Install p7zip-full
  2. Run 7za x linux-amd64.tar.gz
  3. Extracts as expected

Note:
Using command file linux-amd64.tar.gz shows that it is indeed a 7zip archive

Info (please complete the following information):

  • OS: Ubuntu Server 18.04.01 LTS
  • Sourcemod Version 1.9.6261
  • Relay Version 1.1.2

Yeah, it's not at all a tar.gz file, but a .7z file.

You can easily know why by looking at the CI file:

7zr a linux-amd64.tar.gz

He's using 7zr (something to make .7z archives) to make a .tar.gz. Not sure why.

Apologies, I took the deployment part from another repo. Fixed in the 1.1.3 release.