Skip to content

Commit

Permalink
Migrate to newer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Oct 7, 2023
1 parent ada84d7 commit 2658f7a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,21 @@ jobs:
uses: actions/[email protected]
with:
submodules: true


- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1

- name: Set up Java 17
uses: actions/[email protected]
with:
java-version: 17
distribution: 'adopt'
cache: gradle

- name: Grant execution permission to Gradle Wrapper
run: chmod +x gradlew


- name: Build Release APK
run: ./gradlew assembleRelease
uses: gradle/gradle-command-action@v2
with:
arguments: assembleRelease

- name: Checks
run: cd app/build && ls -R
Expand Down

0 comments on commit 2658f7a

Please sign in to comment.