We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c90aa5 commit 31b2de5Copy full SHA for 31b2de5
.github/workflows/create-release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Create debug build
22
uses: gradle/gradle-build-action@v2
23
with:
24
- arguments: build
+ arguments: assembleDebug
25
26
- name: Set environment variables
27
run: |
.github/workflows/debug.yml
@@ -18,5 +18,7 @@ jobs:
18
java-version: 11
19
- name: Grant execute permission for gradlew
20
run: chmod +x gradlew
- - name: Build with Gradle
- run: ./gradlew assembleDebug
+ - name: Create debug build
+ uses: gradle/gradle-build-action@v2
+ with:
0 commit comments