Add debug output for cache key, archive path, and cache path

This commit is contained in:
2026-05-16 14:34:47 +08:00
parent 8cffda161a
commit 5cd61839b5
+4
View File
@@ -31,6 +31,10 @@ runs:
EXPANDED_PATH=$(eval echo "${{ inputs.path }}")
echo "Cache key: ${CACHE_KEY}"
echo "Archive path: ${ARCHIVE}"
echo "Cache path: ${EXPANDED_PATH}"
if [ -f "$ARCHIVE" ]; then
echo "Cache hit: ${CACHE_KEY}"
mkdir -p "$EXPANDED_PATH"