Skip to content

Commit

Permalink
add android zipalign to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
danielyrovas committed Feb 15, 2024
1 parent 77c6f7b commit 7dd7095
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- run: |
APP_VERSION=$(grep 'app-versionName' gradle/libs.versions.toml | sed 's/.*= "\(.*\)"/\1/')
echo "RELEASE_VERSION=$APP_VERSION" >> $GITHUB_ENV
- name: Set up JDK env
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 19
cache: 'gradle'

# - name: Setup Android SDK
# uses: android-actions/setup-android@v3

- name: Execute Gradle build
run: ./gradlew --no-daemon --build-cache assembleRelease

Expand Down

0 comments on commit 7dd7095

Please sign in to comment.