diff --git a/build/upload.sh b/build/upload.sh index 5d43b89..f938ffc 100644 --- a/build/upload.sh +++ b/build/upload.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2018 Franco Fichtner +# Copyright (c) 2018-2019 Franco Fichtner # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -45,6 +45,9 @@ for ARG in ${@}; do base|kernel) upload ${ARG} ${SETSDIR} "${ARG}-*${PRODUCT_DEVICE+"-${PRODUCT_DEVICE}"}*" ;; + distfiles) + upload ${ARG} ${SETSDIR} "${ARG}-*" + ;; log) upload ${ARG} ${LOGSDIR} "${PRODUCT_VERSION}-*" ;;