Skip to content

Snapkit 3.0.0 Release #28

Snapkit 3.0.0 Release

Snapkit 3.0.0 Release #28

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: iOS Builds
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-ios:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '17.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.16.5'
- name: Get Dependancies
run: flutter pub get
- name: Build iOS
working-directory: ./example
run: flutter build ios --release --no-codesign