Skip to content

Commit

Permalink
Switch from solana-install to solana-install-init
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 9, 2019
1 parent 2fd8d57 commit 91b23f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/publish-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ EOF
chmod +x solana-release/bin/clear-config.sh

tar jvcf solana-release-$TARGET.tar.bz2 solana-release/
cp solana-release/bin/solana-install solana-install-$TARGET
cp solana-release/bin/solana-install-init solana-install-init-$TARGET
)

echo --- Saving build artifacts
Expand All @@ -122,7 +122,7 @@ if [[ -n $DO_NOT_PUBLISH_TAR ]]; then
exit 0
fi

for file in solana-release-$TARGET.tar.bz2 solana-install-"$TARGET"*; do
for file in solana-release-$TARGET.tar.bz2 solana-install-init-"$TARGET"*; do
if [[ -n $BUILDKITE ]]; then
echo --- AWS S3 Store: "$file"
(
Expand Down

0 comments on commit 91b23f8

Please sign in to comment.