Browse Source

huawei fails sometimes, thus put it in end

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 1 năm trước cách đây
mục cha
commit
c4249334ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -77,10 +77,10 @@ lane :Final_releasePhase2 do |options|
     checkIfAPKexists()
     tag(info)
     uploadToPlaystore_Final(info)
-    uploadToHuawei_Final(info)
     createGithubRelease_Final(info)
     fdroidMergeRequest_Final(info)
     createChangelogPullRequest_Final(info)
+    uploadToHuawei_Final(info)
 end
 
 desc "Makes gplay and generic releases in ../releases/"