We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I don't think this is currently supported, but would be handy to add. PR welcome!
Sorry, something went wrong.
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/
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: