We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd57fe4 commit ac22b27Copy full SHA for ac22b27
scripts/brew_formula_pull_request.sh
@@ -16,7 +16,7 @@ export GIT_TAG=$(git describe --tags | tr -d "v")
16
17
printf "Generating Homebrew formula for git tag: ${GIT_TAG} \n"
18
19
-asset_file=$(find ${PWD}/dist -type f -name "newrelic-cli_${GIT_TAG}_Darwin_x86_64*")
+asset_file=$(find ${PWD}/dist -type f -name "newrelic-cli_${GIT_TAG}_Darwin_x86_64.tar.gz")
20
21
printf "\nAsset gzip: ${asset_file}"
22
0 commit comments