-
-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug.
Following the install guide, I'm downloading the Alpine binaries using the command:
curl -OL https://github.com/asyncapi/cli/releases/latest/download/asyncapi-alpine.tar.gz
and then I'm extracting it with:
tar -xzf asyncapi-alpine.tar.gz
This results in this error:
tar: Error opening archive: Unrecognized archive format
Also, I don't see any asyncapi-alpine.tar.gz file in the releases, and if I try to download it from my browser at the same URL (https://github.com/asyncapi/cli/releases/latest/download/asyncapi-alpine.tar.gz) I get a 404 Not Found response.
Expected behavior
Running
curl -OL https://github.com/asyncapi/cli/releases/latest/download/asyncapi-alpine.tar.gz
tar -xzf asyncapi-alpine.tar.gz
should result in the archive being downloaded and extracted in the current directory without errors.
Screenshots
How to Reproduce
- Run
curl -OL https://github.com/asyncapi/cli/releases/latest/download/asyncapi-alpine.tar.gz - Run
tar -xzf asyncapi-alpine.tar.gz
🖥️ Device Information [optional]
- Operating System (OS): macOS 26
- Browser: Google Chrome
- Browser Version: 141
👀 Have you checked for similar open issues?
- I checked and didn't find similar issue
🏢 Have you read the Contributing Guidelines?
- I have read the Contributing Guidelines
Are you willing to work on this issue ?
No, someone else can work on it
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
To Triage