diff --git a/.github/workflows/root-ci-config/build_root.py b/.github/workflows/root-ci-config/build_root.py
index e3750ca6cb0b3e745de7e55886f7e98cba898dac..372f13e6945f5f9531cad155f6dbf4b54dd9a155 100755
--- a/.github/workflows/root-ci-config/build_root.py
+++ b/.github/workflows/root-ci-config/build_root.py
@@ -136,7 +136,7 @@ def main():
 
     # Build artifacts should only be uploaded for full builds, and only for "official" branches
     # (master, v?-??-??-patches), i.e. not for pull_request
-    if not pull_request and not args.incremenetal:
+    if not pull_request and not args.incremental:
         archive_and_upload(yyyy_mm_dd, obj_prefix)
 
     print_shell_log(shell_log)