From da99f1d44b4d941033671367b0d7e75037288aee Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Thu, 11 Jan 2024 00:16:54 +0100 Subject: [PATCH] Use multiple lines --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8deba38..d1a5690 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,4 +65,7 @@ jobs: MATCH_KEYCHAIN_PASSWORD: ${{ secrets.MATCH_PASSWORD }} APP_SCHEME: "dwds" run: - cd apple && bundle exec fastlane ios beta #&& bundle exec fastlane mac beta \ No newline at end of file + | + cd apple + bundle exec fastlane ios beta + # bundle exec fastlane mac beta \ No newline at end of file