From 5250937e7de3ebb86775970ec775979f8849d6a0 Mon Sep 17 00:00:00 2001 From: Phlex <3514085+PhlexPlexico@users.noreply.github.com> Date: Thu, 6 Aug 2026 09:50:59 -0600 Subject: [PATCH] fix: Update CT Stray Fairy spawn issues fix: Update build process to change the assets on releases to ensure the cia and 3dsx files are properly placed in the gist. --- .github/workflows/create-build.yml | 4 ++-- Z3DR | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-build.yml b/.github/workflows/create-build.yml index a711f95..7b84fd5 100644 --- a/.github/workflows/create-build.yml +++ b/.github/workflows/create-build.yml @@ -407,8 +407,8 @@ jobs: } EOF echo "Forgive me for this." - curl -sb -H "https://api.github.com/repos/Z3DR/MM3D_Randomizer/releases" | jq '.[0:8] | .[].assets | .[3] | (.browser_download_url + " " +.created_at)' | grep "Nightly" | head -n 5 >> ciaDownloads.txt - curl -sb -H "https://api.github.com/repos/Z3DR/MM3D_Randomizer/releases" | jq '.[0:8] | .[].assets | .[2] | (.browser_download_url + " " +.created_at)' | grep "Nightly" | head -n 5 >> 3dsxDownloads.txt + curl -sb -H "https://api.github.com/repos/Z3DR/MM3D_Randomizer/releases" | jq '.[0:8] | .[].assets | .[4] | (.browser_download_url + " " +.created_at)' | grep "Nightly" | head -n 5 >> ciaDownloads.txt + curl -sb -H "https://api.github.com/repos/Z3DR/MM3D_Randomizer/releases" | jq '.[0:8] | .[].assets | .[3] | (.browser_download_url + " " +.created_at)' | grep "Nightly" | head -n 5 >> 3dsxDownloads.txt STABLEVERSION=`curl -sb -H "https://api.github.com/repos/Z3DR/MM3D_Randomizer/releases/latest" | jq '.name'` STABLEMODIFIED=`curl -sb -H "https://api.github.com/repos/Z3DR/MM3D_Randomizer/releases/latest" | jq '.published_at'` STABLEVERSION=`sed -e 's/^"//' -e 's/"$//' <<<"$STABLEVERSION"` diff --git a/Z3DR b/Z3DR index 6bd771d..b38d758 160000 --- a/Z3DR +++ b/Z3DR @@ -1 +1 @@ -Subproject commit 6bd771d7807f95c4a7a8616ff20fd6a8be8db25c +Subproject commit b38d758c92628ac104fe7d3a20298d5f1304d3ac