From 98a0711657cccda147cce722965ef5873f0ab6c7 Mon Sep 17 00:00:00 2001 From: Arlind Date: Wed, 25 Jun 2025 13:44:54 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4e95c75..be3e6ea 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: uses: actions/download-artifact@v3 with: name: skin-tables - path: data/ + path: ./data - name: Checkout Repository uses: actions/checkout@v4 @@ -193,6 +193,7 @@ jobs: uses: actions/download-artifact@v3 with: name: updated-readme + path: . - name: Checkout Repository uses: actions/checkout@v4