Skip to content

fixed publish CI job #15

fixed publish CI job

fixed publish CI job #15

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
jobs:
pushUpm:
name: Publish UPM
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: push to UPM branch
run: |
git subtree push --prefix "$PKG_ROOT" origin upm
env:
PKG_ROOT: Assets/Virtual Agents Framework