From 6d669db7018c1739b62f9553ccdb19411c62aa90 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 6 May 2022 15:00:36 +0100 Subject: Do not upload pdf --- .build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index 526686c..d07b5f8 100644 --- a/.build.yml +++ b/.build.yml @@ -14,8 +14,8 @@ tasks: - build: | cd lsr22_fvhls make REBUILD_DEPS=no MODE=nolmtx main.pdf - - upload: | - cd lsr22_fvhls - make upload +# - upload: | +# cd lsr22_fvhls +# make upload artifacts: - lsr22_fvhls/main.pdf -- cgit