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