Skip to content

Commit

Permalink
Replace hard coded version number with glob
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalermo committed Jan 9, 2025
1 parent 64b9ed3 commit ab7a8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tasks/package-release/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function create_bbr_tarball() {
}

pushd bbr-build
tar xf bbr-1.9.74.tar
tar xf bbr-*.tar
popd
copy_bbr_binaries
copy_s3_config_validator
Expand Down

0 comments on commit ab7a8ee

Please sign in to comment.