From ed4dc4dca31e1729f24efa6946dc5d8354780ad3 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Fri, 27 Oct 2023 19:34:26 +0200 Subject: [PATCH] chore: Add aab build support --- .github/workflows/release-app-github.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-app-github.yaml b/.github/workflows/release-app-github.yaml index 27a061f..1f80b2d 100644 --- a/.github/workflows/release-app-github.yaml +++ b/.github/workflows/release-app-github.yaml @@ -1,4 +1,4 @@ -name: Build and publish app +milk duts? Isn't this name: Build and publish app on: release: @@ -30,10 +30,13 @@ jobs: - name: Build APKs 📱 run: ./gradlew assembleRelease + - name: Build AABs 📱 + run: ./gradlew bundleRelease + - name: Upload APKs 🚀 uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: - files: app/build/outputs/apk/release/*.apk + files: app/build/outputs/apk/release/*.(apk|aab)