From d8521bc4c76f7a283cbfb76796c2616146ebf32d Mon Sep 17 00:00:00 2001 From: zaneschepke Date: Thu, 21 May 2026 03:10:52 -0400 Subject: [PATCH] ci: fix nightly build type --- hevtunnel/build.gradle.kts | 1 + tunnel/build.gradle.kts | 1 + 2 files changed, 2 insertions(+) diff --git a/hevtunnel/build.gradle.kts b/hevtunnel/build.gradle.kts index 4c7f6bfa..296ebf95 100644 --- a/hevtunnel/build.gradle.kts +++ b/hevtunnel/build.gradle.kts @@ -42,6 +42,7 @@ android { "proguard-rules.pro" ) } + create(Constants.NIGHTLY) { initWith(getByName(Constants.RELEASE)) } } externalNativeBuild { diff --git a/tunnel/build.gradle.kts b/tunnel/build.gradle.kts index ff532c38..76d7d451 100644 --- a/tunnel/build.gradle.kts +++ b/tunnel/build.gradle.kts @@ -53,6 +53,7 @@ android { } } } + create(Constants.NIGHTLY) { initWith(getByName(Constants.RELEASE)) } } compileOptions {