Skip to content

Commit

Permalink
ci: Fix relative artifacts path within Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalhoun committed Dec 2, 2024
1 parent fd8b084 commit 9c258b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before_all do
end

lane :upload_ios_artifacts_to_s3 do
artifacts_path = File.join(Dir.pwd, 'Sources/GutenbergKit/Gutenberg')
artifacts_path = File.join(Dir.pwd, '../Sources/GutenbergKit/Gutenberg')

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

0 comments on commit 9c258b0

Please sign in to comment.