We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f768ba commit ab2012cCopy full SHA for ab2012c
1 file changed
.github/workflows/backend-app.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
18
env:
19
- UV_CACHE_DIR: ${{ github.workspace }}/server/.uv_cache
+ UV_CACHE_DIR: ${{ github.workspace }}/backend/.uv_cache
20
21
permissions:
22
contents: read
0 commit comments