Robin Raju
Robin Raju
@exoego @vidalgp I created a PR to add support for Azure repos over the weekend. I tested it on my personal account, and it works as expected.
Are you still facing this error? Can you check if your release is not marked as a pre-release/draft.
please reopen, if this issue persists with the latest version
We have a new release that changes the underlying library for extracting zip files. ``` - uses: robinraju/[email protected] with: fileName: "foo.zip" latest: true extract: true ``` Let me know if...
I found this on shadcn-ui: https://github.com/shadcn-ui/ui/pull/318
Is there any reason for using version 1.8? Have you tried the latest version of this action?
Are you using the extract option provided by the action `extract: true` ? or manually extracting the file? Can you copy the workflow step here? AFAIK, The extract operation doesn't...