Fix cp args

This commit is contained in:
Michael Vines 2019-03-20 14:29:30 -07:00
parent 2694654a98
commit 985592cf40
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ echo --- Creating tarball
tar jvcf solana-release.tar-$TARGET.bz2 solana-release/
cp solana-release/bin/solana-install-$TARGET .
cp solana-release/bin/solana-install solana-install-$TARGET
)
echo --- Saving build artifacts