Skip to content

Commit ae71beb

Browse files
committed
update Makefile and artifact path
1 parent f5efc72 commit ae71beb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ backup: ## Create a backup of the datasets, results, and analysis directories
1616
echo "❌ Error: BACKUP_DIR not defined in tokens.env"; exit 1; \
1717
fi; \
1818
mkdir -p "$$BACKUP_DIR"; \
19-
zip -qr "$$BACKUP_DIR/datasmith.bckp" raw_datasets results analysis; \
19+
zip -qr "$$BACKUP_DIR/datasmith.bckp" artifacts; \
2020
cp -f cache.db "$$BACKUP_DIR/datasmith.cache.bckp"; \
2121
'
2222

0 commit comments

Comments
 (0)