Skip to content

Commit

Permalink
Unsurprisingly, you need Android SDK to build an Android app
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka committed Mar 1, 2024
1 parent b30ce84 commit 11be65c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
ruby-version: 2.7.2
bundler-cache: true

- name: Set up Android SDK
uses: android-actions/setup-android@v3

- name: Decode keystore
uses: timheuer/base64-to-file@v1
id: android_keystore
Expand Down Expand Up @@ -53,7 +56,8 @@ jobs:
KEYSTORE_FILE: ${{ steps.android_keystore.outputs.filePath }}
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}

- uses: actions/upload-artifact@v4
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: |
mastodon/build/outputs/apk/*/*.apk
Expand Down

0 comments on commit 11be65c

Please sign in to comment.