-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
[BUG] latest download URL is not working #1433
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
Somehow the release job failed https://github.com/asyncapi/cli/actions/runs/9091771147/job/24987034747
The Windows job is failing preventing other steps from running. |
/gfi ci-cd |
Could get these to open again as well :- |
This can help as well |
just changing the
Or maybe we should just drop the windows from the matrix and build both Windows and Linux executables on Linux. |
Not solved yet |
Description
In one of our github actions, we were downloading the Debian package and then installing it.
For downloading the latest package we were using the URL https://github.com/asyncapi/cli/releases/latest/download/asyncapi.deb.
This URL was previously working but it's not working now.
Now, it's downloading a file with text "Not Found", refer attached image.
Expected behavior
The URL https://github.com/asyncapi/cli/releases/latest/download/asyncapi.deb should download the latest package.
Screenshots
How to Reproduce
curl -OL https://github.com/asyncapi/cli/releases/latest/download/asyncapi.deb
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
None
The text was updated successfully, but these errors were encountered: