fix: ci上传pgy偶发失败问题
This commit is contained in:
parent
42a6ef0dcc
commit
0bdbf7be22
@ -183,7 +183,7 @@ platform :ios do
|
||||
Dir.glob("#{directory}/*#{file_extension}").each do |file|
|
||||
# 打印文件名称
|
||||
puts "start upload file: #{file}"
|
||||
pgyer(api_key: ENV['PGY_API_KEY'],apk:file,update_description: logs)
|
||||
pgyer(api_key: ENV['PGY_API_KEY'],ipa:file,update_description: logs)
|
||||
File.delete(file)
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user