Skip to content

Commit 76bb940

Browse files
committed
Skip debug build
Temporarily
1 parent 392b7d7 commit 76bb940

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
arguments: clean
5454
build-root-directory: android
5555

56-
- name: Build application Debug APK with Gradle
57-
uses: gradle/[email protected]
58-
with:
59-
arguments: assembleDebug
60-
build-root-directory: android
56+
# - name: Build application Debug APK with Gradle
57+
# uses: gradle/[email protected]
58+
# with:
59+
# arguments: assembleDebug
60+
# build-root-directory: android
6161

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

0 commit comments

Comments
 (0)