1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-02-02 18:36:44 +01:00

[WIP] Make Github Action build again (IOS-280)

This commit is contained in:
Nathan Mattes 2024-06-11 11:32:51 +02:00
parent f120c660c3
commit cf3b74717c

View File

@ -48,8 +48,10 @@ platform :ios do
lane :build_only do
xcodebuild(
build: true,
clean: true,
scheme: "Mastodon")
scheme: "Mastodon"
)
end
desc " Build and deploy the App to App Store Connect & TestFlight"