From 9f831391185c2f6dd915560bfe1ff8fc39761b5e Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sat, 15 Mar 2025 18:55:24 +0000 Subject: [PATCH] ci: `citra-unified-source` --> `azahar-unified-source` --- .ci/source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/source.sh b/.ci/source.sh index 76f92f10d..6298d408c 100755 --- a/.ci/source.sh +++ b/.ci/source.sh @@ -2,7 +2,7 @@ GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`" GITREV="`git show -s --format='%h'`" -REV_NAME="citra-unified-source-${GITDATE}-${GITREV}" +REV_NAME="azahar-unified-source-${GITDATE}-${GITREV}" COMPAT_LIST='dist/compatibility_list/compatibility_list.json'