mirror of
https://github.com/actions/cache.git
synced 2026-07-11 19:18:46 +08:00
Compare commits
5 Commits
v4.2.1
...
4d8a2728cb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d8a2728cb | ||
|
|
7921ae235b | ||
|
|
3937731706 | ||
|
|
8d70dfb799 | ||
|
|
d53778de5f |
@@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
types: [released]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
||||
@@ -613,6 +613,7 @@ whenever possible:
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/.crates.toml
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
|
||||
Reference in New Issue
Block a user