Skip to content

Commit 31b2de5

Browse files
committed
Update workflows
1 parent 2c90aa5 commit 31b2de5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Create debug build
2222
uses: gradle/gradle-build-action@v2
2323
with:
24-
arguments: build
24+
arguments: assembleDebug
2525

2626
- name: Set environment variables
2727
run: |

.github/workflows/debug.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
java-version: 11
1919
- name: Grant execute permission for gradlew
2020
run: chmod +x gradlew
21-
- name: Build with Gradle
22-
run: ./gradlew assembleDebug
21+
- name: Create debug build
22+
uses: gradle/gradle-build-action@v2
23+
with:
24+
arguments: assembleDebug

0 commit comments

Comments
 (0)