This commit is contained in:
Pocat
2024-03-16 19:38:21 +08:00
committed by GitHub
parent a448535a9f
commit 4190efc395

View File

@@ -124,6 +124,7 @@ jobs:
${GCRS} https://github.com/DIGITALCRIMINALS/OnlyFans onlyfans
${GCRS} https://github.com/Ryujinx/Ryujinx ryujinx
${GCRS} https://github.com/Ryujinx/release-channel-master ryujinx-release-channel
${GCRS} https://gitlab.com/suyu-emu/suyu suyu
# Clean Git Info
rm -rf */.git
# Update logs
@@ -421,6 +422,7 @@ jobs:
yuzu-android
ryujinx
ryujinx-release-channel
suyu
)
for PROJECT in ${PROJECTS[@]}; do
if [ "${PROJECT}" == "matsuri" ] || [ "${PROJECT}" == "nekobox-android" ]; then