[KYUUBI #7135] Fix cannot access /tmp/engine-archives: No such file or directory

### Why are the changes needed?

Fix
```
Run ls -lh /tmp/engine-archives
ls: cannot access '/tmp/engine-archives': No such file or directory
Error: Process completed with exit code 2.
```

### How was this patch tested?

GHA

### Was this patch authored or co-authored using generative AI tooling?

No

Closes #7135 from pan3793/gha-cache-fix.

Closes #7135

99ef56082 [Cheng Pan] Fix cannot access /tmp/engine-archives: No such file or directory

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
(cherry picked from commit c0d4980dab)
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Cheng Pan 2025-07-11 10:52:08 +08:00
parent 12997509c1
commit 688162e23e
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -27,4 +27,4 @@ runs:
key: engine-archives
- name: Show cached engine archives
shell: bash
run: ls -lh /tmp/engine-archives
run: ls -lh /tmp/engine-archives || echo ''