Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm authored Jun 2, 2022
1 parent ddc04f6 commit a812eee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
arguments: clean
build-root-directory: android

- name: Build application Debug APK with Gradle
uses: gradle/[email protected]
with:
arguments: assembleDebug
build-root-directory: android
# - name: Build application Debug APK with Gradle
# uses: gradle/[email protected]
# with:
# arguments: assembleDebug
# build-root-directory: android

- name: Build application Release APK with Gradle
uses: gradle/[email protected]
Expand Down

0 comments on commit a812eee

Please sign in to comment.