Unsurprisingly, you need Android SDK to build an Android app
This commit is contained in:
parent
b30ce84468
commit
11be65c6fe
|
@ -23,6 +23,9 @@ jobs:
|
||||||
ruby-version: 2.7.2
|
ruby-version: 2.7.2
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
|
- name: Set up Android SDK
|
||||||
|
uses: android-actions/setup-android@v3
|
||||||
|
|
||||||
- name: Decode keystore
|
- name: Decode keystore
|
||||||
uses: timheuer/base64-to-file@v1
|
uses: timheuer/base64-to-file@v1
|
||||||
id: android_keystore
|
id: android_keystore
|
||||||
|
@ -53,7 +56,8 @@ jobs:
|
||||||
KEYSTORE_FILE: ${{ steps.android_keystore.outputs.filePath }}
|
KEYSTORE_FILE: ${{ steps.android_keystore.outputs.filePath }}
|
||||||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
mastodon/build/outputs/apk/*/*.apk
|
mastodon/build/outputs/apk/*/*.apk
|
||||||
|
|
Loading…
Reference in New Issue