only cache the binary

This commit is contained in:
qimiko 2024-02-02 16:57:11 -07:00
parent 5fc6b43d1b
commit 227f10eca6
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -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