From cac182e57c2fb82bc6d1f4bac2d6fd7cf0fc0185 Mon Sep 17 00:00:00 2001 From: farfromrefug Date: Fri, 6 Dec 2024 16:07:01 +0100 Subject: [PATCH] chore: ci --- .github/workflows/release.yml | 5 +++++ fastlane/Fastfile | 1 + tools | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3083ec76..96d28137 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,11 @@ on: required: true type: boolean default: true + fakepublish: + description: "build publish even if not publishing?" + required: false + type: boolean + default: false github: description: "Should we publish on Github?" default: true diff --git a/fastlane/Fastfile b/fastlane/Fastfile index cb375724..8a516bc6 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -208,6 +208,7 @@ lane :build_flavor do |params| FileUtils.mkdir dist_path end FileUtils.cp_r(Dir.glob(File.join(project_root_path, app_build_path, "android/app/build/outputs/apk/release/*.apk")),dist_path ) + FileUtils.cp_r(Dir.glob(File.join(project_root_path, app_build_path, "android/app/build/outputs/bundle/release/*.aab")),dist_path ) end if (ENV["GITHUB_ACTIONS"] != 'true') diff --git a/tools b/tools index 07786828..6d9ea64e 160000 --- a/tools +++ b/tools @@ -1 +1 @@ -Subproject commit 07786828631849dd02191a2a53ebdce1602e3c7c +Subproject commit 6d9ea64e3ef58bcd7fb8ad1e3d382af62675876f