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