diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -550,7 +550,7 @@ then begin_section "Uploads" # Upload installer package=$(installer_$arch) - if [ x"$package" != x ] && test -d "$package" + if [ x"$package" != x ] && test -f "$package" then # Upload base package. installer+=("$package") |