-
Notifications
You must be signed in to change notification settings - Fork 39
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
No assets found in release #701
Comments
This error happens when you specify a file name and it couldn't find that asset. The flags The Let me know if you are trying to download a different |
Thanks much for your respond Robinraju. Here is my workflow. on: jobs:
here is the error. |
Same error here
Have you found any solution @Vaishno23 ? |
@mcfdez Not yet, Still waiting for @robinraju to respond. |
Looks like a bug in the downloader when it tries to resolve various assets based on the user input. The downloader always look for an asset by its name. That shouldn't be the case if you just want to download a zipBall or tarBall only. I'll fix it soon. |
A fix for this is merged now, you may test it using the latest commit hash on main branch as follows.
|
Hi @robinraju I confirm that works like a charm. Thx! |
Hi@robinraju
I used the release-downloader and get the latest version. The problem and error appearing is: Error: there are no assets found.
The problem is, there are assets. Is there a solution for this?
Note - with version 1.8, it works.
uses: robinraju/release-downloader@v1.9
with:
tag: ${{ xyx 'latest' }} # If tag is not provided, default to 'latest'
fileName: "*.zip"
token: ${{ xyx }}
latest: true # Always set to true to download the latest release if tag is not provided or is invalid
tarBall: true
zipBall: true
repository: xyx
The text was updated successfully, but these errors were encountered: