Skip to content

Merge pull request #1 from Greener-Games/feature/create-readme #7

Merge pull request #1 from Greener-Games/feature/create-readme

Merge pull request #1 from Greener-Games/feature/create-readme #7

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
split-upm:
name: split upm branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: split upm branch
run: |
git subtree split -P "$PKG_ROOT" -b upm
git push -u origin upm
env:
PKG_ROOT: "Assets/Scriptable Data Asset"