-
Notifications
You must be signed in to change notification settings - Fork 32
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
binaries-location not working as expected #64
Comments
When you extract the archive, how does the result directory structure look? |
The directory looks like this:
|
Merged
I was unable to reproduce this on a github hosted runner, so i suspect the issue is related to your self-hosted runner. Considering this closed, as unable to reproduce with a test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use this to install promtool:
However when using promtool, the command is not found. I tried to echo $PATH and could see:
I think the path for prometheus should be
/opt/hostedtoolcache/prometheus/prometheus/v2.37.9/linux-amd64/prometheus-2.37.9.linux-amd64
instead of/opt/hostedtoolcache/prometheus/prometheus/v2.37.9/linux-amd64
? 🤔I'm using github runner self-hosted by the way.
The text was updated successfully, but these errors were encountered: