We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e048772 commit 4d99306Copy full SHA for 4d99306
ios/fastlane/Fastfile
@@ -6,7 +6,7 @@ before_all do
6
end
7
8
lane :upload_ios_artifacts_to_s3 do
9
- artifacts_path = File.join(Dir.pwd, 'Sources/GutenbergKit/Gutenberg')
+ artifacts_path = File.join(Dir.pwd, '../Sources/GutenbergKit/Gutenberg')
10
11
unless File.directory?(artifacts_path)
12
UI.user_error!("Could not find artifacts to upload at '#{artifacts_path}'.")
0 commit comments