Skip to content

Change the entry point when sharing photos #40

Change the entry point when sharing photos

Change the entry point when sharing photos #40

Workflow file for this run

name: Android CI
on: [ push ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Project Checkout
uses: actions/[email protected]
- name: Setup Android Build
uses: ./.github/actions/setup-android-build
- name: Build
run: ./gradlew assembleDebug --stacktrace
- name: Upload APK
if: success()
uses: actions/[email protected]
with:
path: app/build/outputs/apk/debug/*.apk