From 07ebb349540a3c3becf592f95d4f8e682e12166c Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 10 Jan 2025 10:14:49 +0900 Subject: [PATCH] Added file list command --- .github/workflows/fetch-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/fetch-release.yml b/.github/workflows/fetch-release.yml index 3d02a87..208f081 100644 --- a/.github/workflows/fetch-release.yml +++ b/.github/workflows/fetch-release.yml @@ -34,6 +34,8 @@ jobs: wget -P artifacts $url done + ls -lah artifacts + 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}')"