Closed MrVauxs closed 4 months ago
Looks like #701 The fix for it is available on main but I haven't released a new version after that.
can you try
- uses: robinraju/release-downloader@cb096d8fa1fcb0e897f30b1c571f07e2c8e12479
with:
repository: "owner/repo"
latest: true
tarBall: true
zipBall: true
I'll release a new version soon
It works. Close this please when you do release the new version.
@MrVauxs A new version is available now.
- uses: robinraju/release-downloader@v1.11
with:
repository: "owner/repo"
latest: true
tarBall: true
zipBall: true
Describe the bug No assets found in release.
To Reproduce I have the following action in a private repository:
Expected behavior The tarball zip being downloaded.
Screenshots