From 88291a1cac7685d32e819cc3eb86629aaff17d32 Mon Sep 17 00:00:00 2001 From: StarNumber12046 <64470722+StarNumber12046@users.noreply.github.com> Date: Sun, 22 Sep 2024 19:51:52 +0200 Subject: [PATCH] Fixed CI probably --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adf0354..7227d00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,8 +49,12 @@ jobs: - name: 🚀 Build run: | eas build --profile preview --non-interactive --platform android --local --output=./ReBeal-release.apk - ls -la -/** - + ls -la ./** + - name: 📦 Upload APK + uses: actions/upload-artifact@v3 + with: + name: ReBeal-release.apk + path: ./ReBeal-release.apk - name: 😊 Create Release id: create_release uses: actions/create-release@v1