-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix binary path in package-deploy.sh (#5561)
## Which problem is this PR solving? - A bug was introduced in #5501 where the wrong binary path was used ## Description of the changes - Use the right path - Allow overriding `tar` command since on MacOS the `--sort` option is not supported (so I had to use `gtar` to test) ## How was this change tested? These steps succeeded locally: ``` $ make build-all-platforms $ TARCMD=gtar bash scripts/package-deploy.sh ``` Signed-off-by: Yuri Shkuro <[email protected]>
- Loading branch information
1 parent
79ad943
commit 36f2a31
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters