mirror of https://gitea.com/actions/cache.git
Compare commits
3 Commits
6dcf785f01
...
1f4742d4ca
| Author | SHA1 | Date |
|---|---|---|
|
|
1f4742d4ca | |
|
|
5656298164 | |
|
|
4e380d19e1 |
|
|
@ -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