Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add all release files that end with file extension #84

Open
chancesmith opened this issue Jan 19, 2021 · 2 comments
Open

How to add all release files that end with file extension #84

chancesmith opened this issue Jan 19, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@chancesmith
Copy link

Can you use the release-asset regex to get many files that match a file extension?

fetch --repo="https://github.com/foo/bar" --tag="0.1.5" --release-asset="*.tar.gz" /tmp

similar to #58, but for any other files that match

Screen Shot 2021-01-19 at 3 20 13 PM

@brikis98 brikis98 added enhancement New feature or request help wanted labels Jan 21, 2021
@brikis98
Copy link
Member

I don't think this is currently supported, but would be handy to add. PR welcome!

@vkarhaltsev
Copy link

I was just able to do the described job (fetch version - 0.4.1):

./fetch_linux_amd64 --tag v1.0.0 --repo https://github.com/noxdafox/rabbitmq-cloudwatch-exporter --release-asset=".*.ez" /tmp/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants