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