Skip to content

Commit

Permalink
Update build-f-droid-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 16, 2024
1 parent cc38467 commit 5a036c2
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/build-f-droid-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,17 @@ jobs:
- name: Build AAB
run: |
cd android
./gradlew clean
# ./gradlew clean
./gradlew bundleRelease --no-daemon --warning-mode all
ls android/app/build/outputs/bundle/release/
ls android/app/build/outputs/apk/release/
- name: Show artifacts
run: |
cd android
ls android/app/build/outputs/bundle/release/
ls android/app/build/outputs/apk/release/
- name: Sign AAB
id: sign_app_aab
uses: r0adkll/sign-android-release@v1
Expand All @@ -135,6 +143,6 @@ jobs:
generate_release_notes: true
files: |
android/app/build/outputs/apk/release/app-release-signed.apk
android/app/build/outputs/bundle/release/app-release.aab
android/app/build/outputs/bundle/release/app-release-signed.aab
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5a036c2

Please sign in to comment.