From 84eb1a1c1a3175e95d465249f6e639d316f72542 Mon Sep 17 00:00:00 2001 From: Arlind-dev Date: Wed, 25 Jun 2025 14:19:43 +0200 Subject: [PATCH] wth --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 19fd122..8ab8683 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: skin-tables - path: $ARTIFACT_PATH + path: /data generate-readme: needs: gather-skins @@ -118,7 +118,7 @@ jobs: uses: actions/download-artifact@v3 with: name: skin-tables - path: $ARTIFACT_PATH + path: /data - id: checkout-code name: Checkout Repository