mirror of
https://github.com/actions/cache.git
synced 2025-10-30 02:18:37 +08:00
Compare commits
2 Commits
0f0ffce9c3
...
8cce4bd77c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cce4bd77c | ||
|
|
27fcad5e66 |
|
|
@ -49,7 +49,7 @@
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.bun/install/cache
|
~/.bun/install/cache
|
||||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
|
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~\.bun
|
~\.bun
|
||||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
|
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
|
||||||
```
|
```
|
||||||
|
|
||||||
## C# - NuGet
|
## C# - NuGet
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user