Skip to content

Commit 01b3ee7

Browse files
Build release variant for nightly workflow
The `nightly-release` GitHub workflow has been updated to build the `NightlyRelease` variant of the app instead of `NightlyDebug`. This ensures that the nightly release process generates a release-signed APK, aligning the build type with its purpose.
1 parent 2192dfd commit 01b3ee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: chmod +x gradlew
6666

6767
- name: Build with Gradle
68-
run: ./gradlew clean && ./gradlew assembleNightlyDebug
68+
run: ./gradlew clean && ./gradlew assembleNightlyRelease
6969

7070
- name: Sign APK - Nightly
7171
uses: ilharp/sign-android-release@v2.0.0

0 commit comments

Comments
 (0)