Skip to content

Commit 07d9045

Browse files
authored
fix: Correct filename (#42)
1 parent 3effea3 commit 07d9045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
echo "Downloading newrelic-auth-cli at commit ${CLI_COMMIT}"
8585
curl -L "https://github.com/newrelic/newrelic-auth-rs/archive/${CLI_COMMIT}.tar.gz" -o newrelic-auth-cli.tar.gz
8686
tar -xzf newrelic-auth-cli.tar.gz --strip-components=1
87-
chmod +x newrelic-auth-cli_amd64.tar.gz
87+
chmod +x newrelic-auth-cli
8888
mkdir -p "$HOME/.local/bin"
8989
mv newrelic-auth-cli "$HOME/.local/bin/"
9090
echo "$HOME/.local/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)