1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 07:42:57 +08:00

Explicitly specify solution in beta lane

This commit is contained in:
Dean Herbert 2019-09-16 18:08:11 +09:00
parent 78b6062100
commit 7bc4b4f981

View File

@ -3,6 +3,9 @@ update_fastlane
platform :android do
desc 'Deploy to play store'
lane :beta do |options|
options[:solution_path] = 'osu.Android.sln'
# update csproj version
update_version(options)