diff --git a/.gitea/workflows/cache-verify.yml b/.gitea/workflows/cache-verify.yml index 979352b..4777061 100644 --- a/.gitea/workflows/cache-verify.yml +++ b/.gitea/workflows/cache-verify.yml @@ -33,7 +33,7 @@ jobs: - name: Use actions/cache uses: actions/cache@v4 with: - path: ~/.cache/demo + path: /data/cache key: cache-verify-${{ runner.os }}-v1 # 4) Write a marker file so we can see reuse across runs