1
0
mirror of https://github.com/tooot-app/app synced 2024-12-21 15:14:32 +01:00

Fix missing comma

This commit is contained in:
xmflsct 2022-12-10 02:07:49 +01:00
parent 748351026f
commit 88312e4df5

View File

@ -151,7 +151,7 @@ lane :release do
tag_name: GITHUB_RELEASE,
description: "No changelog provided",
commitish: git_branch,
is_prerelease: false
is_prerelease: false,
upload_assets: ["#{File.expand_path('..', Dir.pwd)}/tooot-#{GITHUB_RELEASE}.apk"]
)
end