Skip to content

packaged samples for release #78

packaged samples for release

packaged samples for release #78

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
jobs:
pushUpm:

Check failure on line 9 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Continuous Integration

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 9, Col: 3): The workflow must contain at least one job with no dependencies.
name: Publish UPM
needs: testAllModes
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/i5 Toolkit for Unity