Added file list command

This commit is contained in:
XargonWan 2025-01-10 10:14:49 +09:00
parent 1d88e99275
commit 07ebb34954

View file

@ -34,6 +34,8 @@ jobs:
wget -P artifacts $url wget -P artifacts $url
done done
ls -lah artifacts
release_name="$(echo $latest_release | jq -r .body | grep -oP 'Vita3K Build: \d+' | sed 's/Vita3K Build: /Vita3K - Build /')" release_name="$(echo $latest_release | jq -r .body | grep -oP 'Vita3K Build: \d+' | sed 's/Vita3K Build: /Vita3K - Build /')"
commit_hash="$(echo $latest_release | jq -r .body | grep -oP 'Corresponding commit: \K[0-9a-f]{40}')" commit_hash="$(echo $latest_release | jq -r .body | grep -oP 'Corresponding commit: \K[0-9a-f]{40}')"