Compare commits

..

1 Commits

Author SHA1 Message Date
Michael Vorburger
115573676e
Merge 028d01341f into b7e8d49f17 2026-02-03 15:13:07 +01: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