Skip to content

Update LTK-CHILD-2.yml #12

Update LTK-CHILD-2.yml

Update LTK-CHILD-2.yml #12

Workflow file for this run

# name: ios-prod-build
# on:
# push:
# branches:
# - "master"
# jobs:
# build-macos:
# runs-on: macos
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# with:
# repository: "WW-Digital/kurbo-ios"
# ref: develop
# ssh-key: ${{ secrets.ssh_ww }}
# - name : Dev build
# run: |
# bundle install
# bundle exec fastlane dev
# - name: Upload a Build Artifact
# uses: actions/upload-artifact@v2
# with:
# name: "scan"
# path: output/scan/**/*