Merge 27fcad5e66868b339731d3ebe30dd9d4694667a2 into 0057852bfaa89a56745cba8c7296529d2fc39830

This commit is contained in:
LoBe 2025-10-14 00:07:33 +05:30 committed by GitHub
commit 0f0ffce9c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@
with:
path: |
~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
```
### Windows
@ -59,7 +59,7 @@
with:
path: |
~\.bun
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
```
## C# - NuGet