Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
northword authored Aug 8, 2024
1 parent 5992d70 commit c4aaad0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Zotero Android Nightly Build

![GitHub last commit](https://img.shields.io/github/last-commit/zotero/zotero-android)
[![Zotero Android CI](https://github.com/zotero/zotero-android/actions/workflows/android.yml/badge.svg)](https://github.com/zotero/zotero-android/actions/workflows/android.yml)
[![Daily Build Zotero Android](https://github.com/northword/zotero-android-nightly-build/actions/workflows/ci.yml/badge.svg)](https://github.com/northword/zotero-android-nightly-build/actions/workflows/ci.yml)

This repository pulls the latest code from the [zotero/zotero-android](https://github.com/zotero/zotero-android) repository daily and executes a debug build, the generated build output is published in the [Artifacts of the current workflow run](https://github.com/northword/zotero-android-nightly-build/actions/workflows/ci.yml).

In the zip file, `app-dev-debug.xpi` is the installation package:

```plain
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!

0 comments on commit c4aaad0

Please sign in to comment.