GitHub Action
AppBrickie
AppBrickie - Your Friendly App Builder Action.
Automate your android builds and get your APK delivered to you on Telegram Groups, Chat, Channels, any of them!
- Get your APK delievred to you on telegram with just a push of commit !
- Automated Android APK Builds
- Unit Tests on Android Builds
- Forget wires , patches and building pull requests manually!
Step 1: Add the following yaml file as build.yml in .github/workflows folder of your app repository
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
name: App Builder
steps:
- uses: actions/checkout@v2
- name: AppBrickie
id: appBrickieBuild
uses: DarthBenro008/app-brickie@v1.0-alpha03
with:
chatid: "Your Unique ID Goes here"
- name: Get Automated Result
run: echo "${{ steps.appBrickieBuild.outputs.result }}"
Step 2 : Go To @AppBrickieBot on Telegram to generate your unique id.
Step 3: Replace your UniqueID from the bot in the YAML File above besides chatid in quotes for eg:
chatid: "qwerty12345"
Step 4: Add name constraints of your app
Step 5: Sit back and enjoy :D get your build delivered to telegram automatically on pull requests and commits on master branch!
- Firebase apps build
- Flutter Build Support
- React Native Build Support
You automatically agree to accept the default android-sdk license by using this github action. For more info refer Android SDK T&C
🧔 Hemanth Krishna @DarthBenro008
Give a ⭐ if this project helped you out!
Spread the word!
- Feel Free to Open a PR/Issue for any feature or bug
- Make sure you follow the community guidelines !
- Feel free to open an issue to ask a question/discuss anything about AppBrickie
Copyright 2020 Hemanth Krishna
Licensed under MIT License : https://opensource.org/licenses/MIT