AppBrickie
ActionsTags
(2)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 delivered 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 Brickie
steps:
- uses: actions/checkout@v2
- name: AppBrickie
id: appBrickieBuild
uses: DarthBenro008/app-brickie@v1.0
with:
chatid: "Your Unique ID Goes here"
packagename: "Your App Name 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"
You can rename the app file name , by default its set to app-debug.apk , but to change that , add an input of packagename: "< YOUR APP NAME >"
Eg:
chatid: "qwerty12345"
packagename: "myapp"
Step 4: Sit back and enjoy :D , get your build delivered to you on telegram automatically when a pull request or commit is created 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 made your life easy !
Spread the word to your App Developer fellows to make thier life easier too !
- Feel Free to Open a PR/Issue for any feature or bug(s)
- Make sure you follow the community guidelines !
- Feel free to open an issue to ask a question/discuss anything about AppBrickie
- Have a feature request? Open an Issue!
Copyright 2020 Hemanth Krishna
Licensed under MIT License : https://opensource.org/licenses/MIT
AppBrickie is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.