From ac63f9ea9eb37411d901e541dccd7c33a4babcca Mon Sep 17 00:00:00 2001 From: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Wed, 12 Jun 2024 21:17:12 +0200 Subject: [PATCH] Add CI (working) mfw git fetch Squashed commit of the following: commit 30508eda3ce8fc8425a4fe2e43cf55a4d8ca22d6 Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 23:26:47 2024 +0200 That's quite something commit 62ee6d3ff6cdc8dfcc5e27f9bc9c9599f308ec1a Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 23:19:24 2024 +0200 I broke env commit 5bedcc2756a441cdc44ca277aff6dd7dce743771 Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 23:12:34 2024 +0200 Why commit 6137151568d042d9992879bc389b3b8f279d6e76 Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 23:03:06 2024 +0200 Copium commit 4b8f06698058562fc92c37db7786cb7c96bc925e Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 22:53:40 2024 +0200 That was NOT a food idea commit 2116cae5338294980a9df8b090f1c01ddbc130cc Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 22:46:34 2024 +0200 Hacks commit 59d929cff8c5bd9bac794c9e869b431cd60644b9 Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 22:39:19 2024 +0200 Maybe commit 1e0c65ec6d61f7f33c5cf4d43257cda42a356f94 Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 22:32:23 2024 +0200 Path commit e14d1e4190a95cfc0838aaa3ee3f14e329e17de6 Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 22:21:51 2024 +0200 its already signed commit 3adbd059d65057171bfe07ca20bd66b289d51949 Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 22:15:39 2024 +0200 Full key path commit 7d650e735af054834ecfbd295fb7f9e0e438e1ef Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 21:50:34 2024 +0200 java commit c63caf3db2c1b9497b617894b8f68f7d50c7cf39 Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 21:48:48 2024 +0200 I dont know what am i doing commit 893ed96421c5f347d5c7932b6a55fc656399cd97 Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 21:46:08 2024 +0200 Maybe env commit 6f9cfbf699c586fae84864317b89850ae03e4747 Author: Lambada10 <62511588+Lambada10@users.noreply.github.com> Date: Thu Jun 6 21:33:19 2024 +0200 CI Try 1 --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ef58f3..a6f21f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,14 +34,10 @@ jobs: echo "RELEASE_STORE_FILE=$(realpath release.keystore)" >> $GITHUB_ENV - name: Build release APK - run: ./gradlew bundleRelease - - - name: Find release APK - run: | - $APK_PATH=$(find . -name "*.apk") + run: ./gradlew assembleRelea - name: Upload release APK uses: actions/upload-artifact@v2 with: name: app-release - path: $APK_PATH \ No newline at end of file + path: ./app/build/outputs/apk/release/app-release.apk \ No newline at end of file