From 3ba6468acdaec4fc1d96f611ce07ba39610aff48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Mon, 24 Apr 2023 14:42:49 +0200 Subject: [PATCH] fix: update android directory path (#1) --- .../lib/fastlane/plugin/android_cd/actions/build_and_deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fastlane-plugin-android_cd/lib/fastlane/plugin/android_cd/actions/build_and_deploy.rb b/plugins/fastlane-plugin-android_cd/lib/fastlane/plugin/android_cd/actions/build_and_deploy.rb index ee63195..0f0988e 100644 --- a/plugins/fastlane-plugin-android_cd/lib/fastlane/plugin/android_cd/actions/build_and_deploy.rb +++ b/plugins/fastlane-plugin-android_cd/lib/fastlane/plugin/android_cd/actions/build_and_deploy.rb @@ -7,7 +7,7 @@ module Fastlane def self.run(params) # Decrypt the keys archive and Extract the keys archive - Helper::AndroidCdHelper.decrypt_android_keys('../') + Helper::AndroidCdHelper.decrypt_android_keys('.') # Clean the project before building gradle(task: "clean")