This repository pulls the latest code from the zotero/zotero-android repository daily and executes a debug build, the generated build output is published in the Artifacts of the current workflow run and GitHub Release.
Each release may contain multiple assets corresponding to all commits after each tag push in the zotero-android repository, with the file name app-dev-debug-${versionName}-${commitHash}.xpi
.
From Artifacts
In the zip file, app-dev-debug.xpi
is the installation package:
app-outputs.zip
|-- apk
| `-- dev
| `-- debug
| |-- app-dev-debug.apk
| `-- output-metadata.json
`-- logs
`-- manifest-merger-dev-debug-report.txt
Important
This build is not a release version tested by Zotero and is extremely unstable, it is for trial use only and should not be used for production purposes.
I am not responsible for any consequences caused by APPs downloaded from this repository!