mirror of
https://github.com/ppy/osu
synced 2024-12-24 15:53:37 +00:00
Explicitly specify solution in beta lane
This commit is contained in:
parent
78b6062100
commit
7bc4b4f981
@ -3,6 +3,9 @@ update_fastlane
|
|||||||
platform :android do
|
platform :android do
|
||||||
desc 'Deploy to play store'
|
desc 'Deploy to play store'
|
||||||
lane :beta do |options|
|
lane :beta do |options|
|
||||||
|
|
||||||
|
options[:solution_path] = 'osu.Android.sln'
|
||||||
|
|
||||||
# update csproj version
|
# update csproj version
|
||||||
update_version(options)
|
update_version(options)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user