瀏覽代碼

Merge pull request #12580 from nextcloud/changeFastlaneOrder

huawei fails sometimes, thus put it in end
Tobias Kaminsky 1 年之前
父節點
當前提交
45f8bae4c3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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/"