From b63f47308fc58c995c2e362563ba717fdf8e978f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20Polverari?= Date: Thu, 28 Mar 2024 15:09:26 -0300 Subject: [PATCH] changed the build folder name --- .ci/pack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/pack.sh b/.ci/pack.sh index 67275954a..f2986f8cf 100755 --- a/.ci/pack.sh +++ b/.ci/pack.sh @@ -3,7 +3,7 @@ # Determine the full revision name. GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`" GITREV="`git show -s --format='%h'`" -REV_NAME="citra-$OS-$TARGET-$GITDATE-$GITREV" +REV_NAME="lime-$OS-$TARGET-$GITDATE-$GITREV" # Determine the name of the release being built. if [[ "$GITHUB_REF_NAME" =~ ^canary- ]] || [[ "$GITHUB_REF_NAME" =~ ^nightly- ]]; then