-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download file is a zip file, not a tar.gz as documented #77
Comments
Looks like it's to do with this: https://github.com/actions/upload-artifact#zipped-artifact-downloads I can't find a reference to the |
Thanks for the pointer @proffalken! |
Thanks, I've uploaded the server binaries to the GitHub releases and updated the docs, dupe issue in #114. E.g. this should download the latest 0.6.1 server: Sorry all for the confusion. It looks like we did originally run into the GitHub double-zip issue, and missed it in the file hosted on releases.mattermost.com. For now, we'll put the release binaries in the GitHub releases, streamlining our process. If you don't mind, could you test that URL in the docker, and update the dockerfile if it works ok? Thanks. |
Thanks @proffalken! I've fixed the display version in #136, with more details. We rev'ed to 0.6.1 for the Mac App Store (and 0.6.2 for Windows) even though the server version was 0.6.0. |
Summary:
https://www.focalboard.com/download/personal-edition/ubuntu/#install-focalboard states that a user should download and unpack a file named https://releases.mattermost.com/focalboard/0.5.0/focalboard-server-linux-amd64.tar.gz however this file is actually a zip file with the tar.gz file inside it named the same.
Steps to reproduce the behavior:
tar -zxvf focalboard-server-linux-amd64.tar.gz
Expected behavior:
File should be a .tar.gz or a .zip file, not one inside the other with incorrect file endings.
The text was updated successfully, but these errors were encountered: