Generate APKs per CPU architecture

This commit is contained in:
arkon
2021-06-01 09:55:03 -04:00
parent d681bea395
commit 9299a4beff
2 changed files with 16 additions and 3 deletions

View File

@@ -61,6 +61,8 @@ jobs:
set -x
echo "VERSION_TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
# TODO: need to support multiple APKs
- name: Sign APK
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'tachiyomiorg/tachiyomi'
uses: r0adkll/sign-android-release@v1