Skip to content

Commit 1bdcf6f

Browse files
authored
Change build command from assembleDebug to assembleRelease
1 parent 8371acc commit 1bdcf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-kotlin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: chmod +x ./gradlew
2828

2929
- name: Build APK
30-
run: ./gradlew assembleDebug
30+
run: ./gradlew assembleRelease
3131

3232
- name: Delete existing nightly release if it exists
3333
uses: dev-drprasad/delete-tag-and-release@v1.1

0 commit comments

Comments
 (0)