github-upload-release-artifacts-action icon indicating copy to clipboard operation
github-upload-release-artifacts-action copied to clipboard

Wildcard support in args would be nice

Open mgerhardy opened this issue 2 years ago • 2 comments

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

mgerhardy avatar Dec 18 '22 12:12 mgerhardy

I've just seen #1 - but for me it doesn't work

mgerhardy avatar Dec 18 '22 13:12 mgerhardy

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?

5HT2 avatar Mar 24 '23 02:03 5HT2