action-download-artifact
action-download-artifact copied to clipboard
Support for wildcard names
Super useful GH action, thank you for providing this to the community! I'm wondering if supporting wildcards in names would be an useful feature?
For example, in cases like this with many different platforms I'd like to download just the Ubuntu64 artifacts. For example:
- name: Download Palakis latest Ubuntu Build
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: main.yml # "CI Multiplatform Build"
branch: master
repo: Palakis/obs-websocket
name: obs-websocket*amd64.deb
path: downloads
If this sounds like a great idea, I could try contributing this feature (or let me know if you'll do it instead).
Feel free to open a PR.