Skip to content

Commit

Permalink
Make gradle executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker authored Oct 7, 2023
1 parent 2658f7a commit 4336055
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ jobs:
java-version: 17
distribution: 'adopt'
cache: gradle

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

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

Expand Down

0 comments on commit 4336055

Please sign in to comment.