Skip to content

foss woulds should also have nice things like a android mic loudspeak… #1

foss woulds should also have nice things like a android mic loudspeak…

foss woulds should also have nice things like a android mic loudspeak… #1

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
debug:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '17'
- uses: android-actions/setup-android@v3
- name: Build debug APK
run: ./gradlew --no-daemon assembleDebug
- uses: actions/upload-artifact@v4
with:
name: app-debug
path: app/build/outputs/apk/debug/app-debug.apk