Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gimbergsson authored Jan 2, 2025
1 parent 4c95d6e commit 268098a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
name: Generate release builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Clear Gradle cache
uses: actions/cache@v3
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-

- uses: actions/checkout@v4

- name: set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -56,9 +56,6 @@ jobs:
AppName-release-${VERSION_NAME}-${BRANCH_NAME}-${DATE}
EOF)
echo OUTPUT_NAME=$MESSAGE >> $GITHUB_ENV
- name: Clean project
run: bash ./gradlew clean
- name: Build release AAB
run: bash ./gradlew androidos:bundleRelease --stacktrace
Expand Down

0 comments on commit 268098a

Please sign in to comment.