From d490cae95517721473100e1ca9bab2911e67bc59 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Thu, 25 Mar 2021 01:31:30 +0100 Subject: [PATCH] Forgot a comma --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 55356923..db926d36 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -56,7 +56,7 @@ private_lane :github_release do |options| tag_name: GITHUB_RELEASE, description: "No changelog provided", commitish: git_branch, - is_prerelease: options[:prerelease] + is_prerelease: options[:prerelease], upload_assets: ["#{File.expand_path('..', Dir.pwd)}/tooot-#{GITHUB_RELEASE}.apk"] ) end