Skip to content

Commit 11ce4f0

Browse files
committed
Handle user home as destination
1 parent ccd6dd9 commit 11ce4f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/models/file_reference.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def encrypted_file_path
5252
end
5353

5454
def destination_file_path
55+
return File.expand_path(self.destination) if self.destination.start_with?('~')
5556
File.join(Fastlane::Helper::FilesystemHelper.project_path, self.destination)
5657
end
5758

0 commit comments

Comments
 (0)