Compare commits

..

1 Commits

Author SHA1 Message Date
Rusty Key
0b4d95972b
Merge 0b16518fff into b7e8d49f17 2026-02-03 15:05:42 +00:00

View File

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