Forgot a comma

This commit is contained in:
Zhiyuan Zheng 2021-03-25 01:31:30 +01:00
parent e14d679f33
commit d490cae955
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
1 changed files with 1 additions and 1 deletions

View File

@ -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