diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0db6b0656..52eb058a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: uses: softprops/action-gh-release@v1 with: token: "${{ secrets.GITHUB_TOKEN }}" - body: '[Get it on F-Droid](https://f-droid.org/packages/chat.delta.lite) [Get it on IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/chat.delta.lite) [Disponible en Apklis](https://www.apklis.cu/application/chat.delta.lite) [Get it on GitHub](https://github.com/ArcaneChat/android/releases/latest/download/ArcaneChat-gplay.apk)' + body: '[Get it on Google Play](https://play.google.com/store/apps/details?id=com.github.arcanechat) [Get it on F-Droid](https://f-droid.org/packages/chat.delta.lite) [Get it on IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/chat.delta.lite) [Disponible en Apklis](https://www.apklis.cu/application/chat.delta.lite) [Get it on GitHub](https://github.com/ArcaneChat/android/releases/latest/download/ArcaneChat-gplay.apk)' prerelease: ${{ contains(github.event.ref, '-beta') }} fail_on_unmatched_files: true files: build/outputs/apk/foss/release/*.apk diff --git a/README.md b/README.md index 0ab0bd74b..f80053af8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ A [Delta Chat](https://delta.chat/) client for Android. Learn more at: https://arcanechat.me +[Get it on Google Play](https://play.google.com/store/apps/details?id=com.github.arcanechat) [Get it on F-Droid](https://f-droid.org/packages/chat.delta.lite) [Get it on IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/chat.delta.lite) [Disponible en Apklis](https://www.apklis.cu/application/chat.delta.lite) diff --git a/store/get-it-on-gplay.png b/store/get-it-on-gplay.png new file mode 100644 index 000000000..7a06997a5 Binary files /dev/null and b/store/get-it-on-gplay.png differ