diff --git a/scripts/upload-resources-to-github b/scripts/upload-resources-to-github index 864a6c30..7ad23c0f 100755 --- a/scripts/upload-resources-to-github +++ b/scripts/upload-resources-to-github @@ -10,7 +10,7 @@ BUILD_DIR=$SCRIPTPATH/../build/k8s-resources/$VERSION BINARY_DIR=$SCRIPTPATH/../build/bin INDV_K8S_RESOURCES=$BUILD_DIR/individual-resources.tar AGG_RESOURCES_YAML=$BUILD_DIR/all-resources.yaml -QP_TAR_RESOURCES_FILE=$BUILD_DIR/individual-resources-queue-processor.tar +QP_INDV_K8S_RESOURCES=$BUILD_DIR/individual-resources-queue-processor.tar QP_AGG_RESOURCES_YAML=$BUILD_DIR/all-resources-queue-processor.yaml BINARIES_ONLY="false"