Pick up .exe extension

This commit is contained in:
Michael Vines 2019-06-07 20:13:47 -07:00
parent 9de4c1dcd9
commit 4acb764589
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -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-$TARGET*; do
if [[ -n $BUILDKITE ]]; then
echo --- AWS S3 Store: $file
(