From 77695abeba78e84629485bf5597fb1f131bca414 Mon Sep 17 00:00:00 2001 From: Vinicius Tavares <53880840+N0stalgiaUltra@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:05:57 -0300 Subject: [PATCH] Update petJournalAndroid.yml --- .github/workflows/petJournalAndroid.yml | 57 ++++++++++++------------- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/.github/workflows/petJournalAndroid.yml b/.github/workflows/petJournalAndroid.yml index 48c2a28e..a54c0ab5 100644 --- a/.github/workflows/petJournalAndroid.yml +++ b/.github/workflows/petJournalAndroid.yml @@ -78,33 +78,32 @@ jobs: name: unit_test_report path: petJournal/app/build/reports/tests/testDebugUnitTest/ - package: - name: Generate Android App Bundle - runs-on: ubuntu-latest - needs: unit-test - steps: - - name: Checkout the code - uses: actions/checkout@v4.1.1 - - - name: Set up JDK 17 - uses: actions/setup-java@v4.0.0 - with: - java-version: '17' - distribution: 'temurin' - cache: 'gradle' - - - name: Grant execute permission for gradlew - run: chmod +x gradlew - working-directory: petJournal - - - name: Build Android App Bundle - run: ./gradlew bundle - working-directory: petJournal - - - - name: Upload Android App Bundle - uses: actions/upload-artifact@v4 - with: - name: app-release.aab - path: petJournal/app/build/outputs/bundle/release/app-release.aab +# package: +# name: Generate Android App Bundle +# runs-on: ubuntu-latest +# needs: unit-test +# steps: +# - name: Checkout the code +# uses: actions/checkout@v4.1.1 +# +# - name: Set up JDK 17 +# uses: actions/setup-java@v4.0.0 +# with: +# java-version: '17' +# distribution: 'temurin' +# cache: 'gradle' +# +# - name: Grant execute permission for gradlew +# run: chmod +x gradlew +# working-directory: petJournal +# +# - name: Build Android App Bundle +# run: ./gradlew bundle +# working-directory: petJournal +# +# - name: Upload Android App Bundle +# uses: actions/upload-artifact@v4 +# with: +# name: app-release.aab +# path: petJournal/app/build/outputs/bundle/release/app-release.aab