mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Explicitly specify solution in beta lane
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user