Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

v8.1.0

v8.1.0 #12

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: CocoaPods
run: pod install --repo-update
- name: Build sample projects
run: .github/workflows/build.sh "simulator"
- name: Archive without signing
run: .github/workflows/build.sh "archive"
- name: Uplolad archive to relases
run: .github/workflows/upload_releases.sh `echo ${GITHUB_SHA##*/}`
env:
TOKEN: ${{ secrets.UPLOAD_TOKEN }}