diff --git a/ios-xcframework/fastlane/Fastfile b/ios-xcframework/fastlane/Fastfile index 979fdebc4a..a690f65bf1 100644 --- a/ios-xcframework/fastlane/Fastfile +++ b/ios-xcframework/fastlane/Fastfile @@ -62,10 +62,10 @@ end # rubocop:enable Metrics/AbcSize # rubocop:enable Metrics/MethodLength -def upload_to_a8c_s3(file:, name_on_s3:, skip_if_exists: false) +def upload_to_a8c_s3(file:, name_on_s3:, prefix: 'gutenberg-mobile', skip_if_exists: false) upload_to_s3( bucket: 'a8c-apps-public-artifacts', - key: name_on_s3, + key: "#{prefix}/#{name_on_s3}", file: file, auto_prefix: false, skip_if_exists: skip_if_exists diff --git a/ios-xcframework/podspec.erb b/ios-xcframework/podspec.erb index 0263b50edb..695d3a78b2 100644 --- a/ios-xcframework/podspec.erb +++ b/ios-xcframework/podspec.erb @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.swift_version = '<%= swift_version %>' s.source = { - http: "https://cdn.a8c-ci.services/Gutenberg-<%= id %>.tar.gz" + http: "https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-<%= id %>.tar.gz" } s.vendored_frameworks = [