We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd6dd9 commit 11ce4f0Copy full SHA for 11ce4f0
lib/fastlane/plugin/wpmreleasetoolkit/models/file_reference.rb
@@ -52,6 +52,7 @@ def encrypted_file_path
52
end
53
54
def destination_file_path
55
+ return File.expand_path(self.destination) if self.destination.start_with?('~')
56
File.join(Fastlane::Helper::FilesystemHelper.project_path, self.destination)
57
58
0 commit comments