dawidd6 / action-download-artifact

:gear: A GitHub Action to download an artifact associated with given workflow and commit or other criteria
MIT License
712 stars 204 forks source link

Avoid create folder when upzip artifact #263

Closed daniel-tron closed 6 months ago

daniel-tron commented 9 months ago

When download an artifact like example.zip, it will create a folder example, how can I avoid this? I want to use the path parameter to extract artifact to a target folder already exist, currently I need an additional command to do this.

dawidd6 commented 6 months ago

Please provide some more details, like workflow file or link to repository...

daniel-tron commented 6 months ago

Can't reproduce now. probably caused by uncleaned self-hosted runner.