feat/prepare-android-pipeline-for-rc #22

Merged
malo merged 2 commits from feat/prepare-android-pipeline-for-rc into main 2023-06-22 12:14:47 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 1062d3d9e2 - Show all commits

View File

@ -28,7 +28,6 @@ module Fastlane
task: "bundle",
build_type: "Release",
print_command: true,
project_dir: 'android/',
properties: {
"android.injected.version.code" => build_number
}

View File

@ -13,7 +13,7 @@ module Fastlane
# Check if the command executed successfully
if $?.success?
f
# Move the extracted files to the current directory
`jar xvf #{android_directory}/android_keys.zip && mv #{android_directory}/android_keys/* #{android_directory}`
else