You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Get the Unity version required from a UPM Package.json file
2
+
3
+
on:
4
+
workflow_call:
5
+
inputs:
6
+
build-host:
7
+
required: true
8
+
type: string
9
+
version-file-path:
10
+
description: 'Optional, specify a path to search for the upm package.json file. Use this if validation fails to find a valid package.json file.\n **Note, Version file MUST contain the attribute "Unity" with the full Unity version expected, e.g. "2020.2.3f1"'
11
+
type: string
12
+
required: false
13
+
outputs:
14
+
unityversion:
15
+
description: "Returns the version of Unity the UPM package requires"
0 commit comments