Skip to content

Build bootstrap

Build bootstrap #18

name: Build bootstrap
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Fix permissions
run: sudo chown -R $USER:$USER /home/runner/work/linux-dev
- name: Checkout the code
uses: actions/checkout@v3
with:
submodules: true
- name: Install Depends
run: ./install.sh
- name: Build Android BootStrap
run: |
cd android-linux-bootstrap/scripts
./build-bootstraps.sh
- name: Android Linux Release
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.TOKEN_GITHUB }}
automatic_release_tag: "latest-android"
prerelease: false
title: "Android Linux BootStrap"
files: |
android-linux-bootstrap/scripts/build/*.zip