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