fastlane-plugin-sxc_aliyun_oss 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7dcd6db544dfe6bfb8667f9d7798883b89571f8c6fc2bc0369fd9fff1821afcd
|
4
|
+
data.tar.gz: 1a9f88cc41375526702be224db26eed0005e471ebd496c15e8d7bf7e7627f380
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c9ea525a6030a8ce3f8990c38b7fa809541af4aad98d01cacddc508caf49cc91de56fe266e9dfa9fa6e352622fe320d7eddd6340c547052fc31a93401b65f4e
|
7
|
+
data.tar.gz: 1f7e1f2d7a23b8e542bc2de122060fbfba022d339009547f3315b2ca10436ff82e13afce8224029602f52e91397a5c1f9a044025006604814aecb5e397b785cd
|
@@ -41,7 +41,7 @@ module Fastlane
|
|
41
41
|
#
|
42
42
|
UI.message "🚀uploading package..."
|
43
43
|
bucket.put_object(object_key, :file => build_file)
|
44
|
-
Actions.lane_context[SharedValues::OSS_UPLOAD_DEST_URL] = "#{endpoint.sub("://", "://#{bucket_name}")}/#{object_key}"
|
44
|
+
Actions.lane_context[SharedValues::OSS_UPLOAD_DEST_URL] = "#{endpoint.sub("://", "://#{bucket_name}.")}/#{object_key}"
|
45
45
|
UI.message "✅uploading package success"
|
46
46
|
|
47
47
|
end
|