From 3adbe520f8db16703fba4100d43a0e43b68f33f8 Mon Sep 17 00:00:00 2001 From: antonio Date: Mon, 10 Apr 2023 17:46:34 +0200 Subject: [PATCH] Github Action tuning --- .github/workflows/github_release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index 24ce5f3e..5acc1784 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v3 - name: Cache Gradle and wrapper - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.gradle/caches @@ -84,5 +84,7 @@ jobs: name: v${{ github.ref_name }} generate_release_notes: true prerelease: true - files: app/build/outputs/apk/release/app-release.apk + files: | + app/build/outputs/apk/release/app-release.apk + app/build/outputs/bundle/release/app-release.aab # body_path: app/src/main/play/release-notes/en-GB/default.txt