forked from MapComplete/MapComplete
Scripts: attempt to build android
This commit is contained in:
parent
ee3eba5716
commit
1ddd28fbcb
1 changed files with 3 additions and 6 deletions
|
@ -52,9 +52,6 @@ jobs:
|
|||
export PATH=$ANDROID_SDK_HOME/tools:$ANDROID_SDK_HOME/platform-tools:$ANDROID_SDK_HOME/:$ANDROID_SDK_HOME/cmdline-tools/latest/tools/bin:$PATH
|
||||
./gradlew assembleRelease
|
||||
|
||||
- name: Upload APK to Release
|
||||
uses: https://code.forgejo.org/actions/forgejo-release@v2
|
||||
with:
|
||||
files: android/app/build/outputs/apk/release/*.apk
|
||||
env:
|
||||
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||
- name: Upload APK to hetzner
|
||||
shell: bash
|
||||
run: ls android/app/build/outputs/apk/release/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue