Skip to content

Fixed: Fixed key events again. #49

Fixed: Fixed key events again.

Fixed: Fixed key events again. #49

Workflow file for this run

name: Build
on:
release:
types: [published]
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Build
run: ./gradlew assembleDebugMinify
- name: Upload APK
uses: actions/upload-artifact@v4
with:
name: termux-gui-debug.apk
path: ./app/build/outputs/apk/debugMinify/app-debugMinify.apk