Skip to content

iOS

iOS #87

Workflow file for this run

name: iOS
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
jobs:
build:
name: Build iOS App
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Mise (Ruby + Tuist + SwiftLint)
uses: jdx/[email protected]
- name: Install Fastlane
run: |
bundle install
- name: Run Fastlane Notify
run: |
bundle exec fastlane upload_oneoff
env:
FASTLANE_USER: ${{ secrets.FASTLANE_USER }}
FASTLANE_TEAM_ID: ${{ secrets.FASTLANE_TEAM_ID }}
TG_BOT_TOKEN: ${{ secrets.TG_BOT_TOKEN }}
TG_CHAT_ID: ${{ secrets.TG_CHAT_ID }}