From 3c9c9219a5de8ae2f92e18c77d999e1a854e92b5 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 12 Dec 2019 14:26:32 +0100 Subject: [PATCH] build/upload: why not both --- build/upload.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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}-*" ;;