Skip to content

Commit

Permalink
Fix slash
Browse files Browse the repository at this point in the history
  • Loading branch information
spencertransier committed Apr 25, 2024
1 parent a3f8d19 commit 875911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ platform :android do
end

Dir.chdir('..') do
sh("cp -v #{output_dir}#{orign_file} #{build_dir}/#{apk_name}")
sh("cp -v #{output_dir}/#{orign_file} #{build_dir}#{apk_name}")
UI.message("Apk ready: #{apk_name}")
end

Expand Down

0 comments on commit 875911d

Please sign in to comment.