diff --git a/softpack_core/service.py b/softpack_core/service.py index 503a65d..64bda08 100644 --- a/softpack_core/service.py +++ b/softpack_core/service.py @@ -144,8 +144,6 @@ async def upload_artifacts( # type: ignore[no-untyped-def] files[i] = (f.filename, contents) - break - if f.filename == artifacts.module_file: newState = State.ready