Skip to content

Commit 4d99306

Browse files
committed
ci: Fix relative artifacts path within Fastfile
1 parent e048772 commit 4d99306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/fastlane/Fastfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ before_all do
66
end
77

88
lane :upload_ios_artifacts_to_s3 do
9-
artifacts_path = File.join(Dir.pwd, 'Sources/GutenbergKit/Gutenberg')
9+
artifacts_path = File.join(Dir.pwd, '../Sources/GutenbergKit/Gutenberg')
1010

1111
unless File.directory?(artifacts_path)
1212
UI.user_error!("Could not find artifacts to upload at '#{artifacts_path}'.")

0 commit comments

Comments
 (0)