Skip to content

Commit ac22b27

Browse files
committed
fix(release): perform a stricter find when searching published assets
1 parent cd57fe4 commit ac22b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/brew_formula_pull_request.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export GIT_TAG=$(git describe --tags | tr -d "v")
1616

1717
printf "Generating Homebrew formula for git tag: ${GIT_TAG} \n"
1818

19-
asset_file=$(find ${PWD}/dist -type f -name "newrelic-cli_${GIT_TAG}_Darwin_x86_64*")
19+
asset_file=$(find ${PWD}/dist -type f -name "newrelic-cli_${GIT_TAG}_Darwin_x86_64.tar.gz")
2020

2121
printf "\nAsset gzip: ${asset_file}"
2222

0 commit comments

Comments
 (0)