mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
only cache the binary
This commit is contained in:
parent
5fc6b43d1b
commit
227f10eca6
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-dump-sym/action.yml
vendored
2
.github/actions/setup-dump-sym/action.yml
vendored
|
@ -20,7 +20,7 @@ runs:
|
|||
- uses: actions/cache@v4
|
||||
id: binary-cache
|
||||
with:
|
||||
path: "./dump_syms/target/release"
|
||||
path: "./dump_syms/target/release/dump_syms"
|
||||
key: dump_syms-${{ inputs.dump_syms_version }}-${{steps.toolchain.outputs.cachekey}}
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue