From 9e03a02b900741739b7ac9c785c81f8f7446ea7a Mon Sep 17 00:00:00 2001 From: StarNumber12046 <64470722+StarNumber12046@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:10:09 +0200 Subject: [PATCH] Don't clear cache I guess --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e58281..23a9f0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: cat android/app/src/main/AndroidManifest.xml - name: 🚀 Build - run: eas build --profile preview --non-interactive --platform android --local --output=./ReBeal-release.apk --clear-cache + run: eas build --profile preview --non-interactive --platform android --local --output=./ReBeal-release.apk - name: 😊 Create Release id: create_release