github-upload-release-artifacts-action
github-upload-release-artifacts-action copied to clipboard
Wildcard support in args would be nice
Being able to specify wildcards would be really useful
- name: Upload the ubuntu release artifacts
if: startsWith(github.ref, 'refs/tags/')
uses: Roang-zero1/github-upload-release-artifacts-action@v1
with:
args: vengi*.deb
but doing so produces:
Error: Invalid path passed: vengi*.deb
I've just seen #1 - but for me it doesn't work
It looks like https://github.com/Roang-zero1/github-upload-release-artifacts-action/commit/ba441880c06e155a605f5df37cad4aa3039fa1de removed this, probably just an automatic lint and they didn't notice.
@Roang-zero1 would you mind fixing this?