Skip to content

Commit c8c653a

Browse files
committed
Update cache path in Build workflow to target specific Linux runtime directory
1 parent 07616d9 commit c8c653a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
uses: actions/cache@v4
246246
with:
247247
path:
248-
./**
248+
./Ginger/GingerRuntime/bin/Release/net8.0/linux-x64
249249
key:
250250
cache-site-linux-${{github.run_number}}
251251

0 commit comments

Comments
 (0)