From 0bdbf7be224ca92db0c800768cba31320129da46 Mon Sep 17 00:00:00 2001 From: Liuyf Date: Wed, 13 Nov 2024 18:19:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20ci=E4=B8=8A=E4=BC=A0pgy=E5=81=B6?= =?UTF-8?q?=E5=8F=91=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 404c6f3b..e43dcdf3 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -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