mirror of
https://github.com/actions/cache.git
synced 2025-11-07 02:36:54 +00:00
Compare commits
2 commits
0f0ffce9c3
...
8cce4bd77c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cce4bd77c | ||
|
|
27fcad5e66 |
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue