From 3d861fc5cc3256bfcf62e18ccf5e5b86d0539799 Mon Sep 17 00:00:00 2001 From: Ianick Noejovich Date: Fri, 27 Oct 2023 18:38:33 -0300 Subject: [PATCH] action --- .github/workflows/build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..5c8d1ea --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,12 @@ +name: Build +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: chmod +x ./gradlew + - uses: sparkfabrik/android-build-action@v1.5.0 + with: + project-path: . + fastlane-env: "debug"