We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3effea3 commit 07d9045Copy full SHA for 07d9045
action.yml
@@ -84,7 +84,7 @@ runs:
84
echo "Downloading newrelic-auth-cli at commit ${CLI_COMMIT}"
85
curl -L "https://github.com/newrelic/newrelic-auth-rs/archive/${CLI_COMMIT}.tar.gz" -o newrelic-auth-cli.tar.gz
86
tar -xzf newrelic-auth-cli.tar.gz --strip-components=1
87
- chmod +x newrelic-auth-cli_amd64.tar.gz
+ chmod +x newrelic-auth-cli
88
mkdir -p "$HOME/.local/bin"
89
mv newrelic-auth-cli "$HOME/.local/bin/"
90
echo "$HOME/.local/bin" >> $GITHUB_PATH
0 commit comments