Skip to content

Commit ea90436

Browse files
committed
remove top level folder
1 parent 9cba6e6 commit ea90436

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/datacustomcode/deploy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,7 @@ def zip(
373373
for file in files:
374374
if file != ".DS_Store":
375375
file_path = os.path.join(root, file)
376-
zipf.write(file_path)
377-
376+
zipf.write(file_path, arcname=file)
378377
logger.debug(f"Created zip file: {ZIP_FILE_NAME}")
379378

380379

0 commit comments

Comments
 (0)