From 0109f2cc2cb71e300a3b6037ce6d997ba88060f5 Mon Sep 17 00:00:00 2001 From: LeterZP Date: Wed, 3 Jun 2026 19:47:38 +0300 Subject: [PATCH] fixed backups --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 0b6e0bf..0110045 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -31,7 +31,7 @@ jobs: LAST_BACKUP_TIME=$(date +%F-%T) mkdir $LAST_BACKUP_TIME cp -R -t $LAST_BACKUP_TIME ../data/world - cp -t $LAST_BACKUP_TIME ../mine-mods/README.md + cp -t $LAST_BACKUP_TIME ../project/README.md