[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
1 changed files with 3 additions and 1 deletions

View File

@ -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"