[WIP] Make Github Action build again (IOS-280)
This commit is contained in:
parent
f120c660c3
commit
cf3b74717c
@ -48,8 +48,10 @@ platform :ios do
|
|||||||
|
|
||||||
lane :build_only do
|
lane :build_only do
|
||||||
xcodebuild(
|
xcodebuild(
|
||||||
|
build: true,
|
||||||
clean: true,
|
clean: true,
|
||||||
scheme: "Mastodon")
|
scheme: "Mastodon"
|
||||||
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
desc " Build and deploy the App to App Store Connect & TestFlight"
|
desc " Build and deploy the App to App Store Connect & TestFlight"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user