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
Copy file name to clipboardExpand all lines: .github/workflows/package.yml
+79-39Lines changed: 79 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -4,73 +4,71 @@ name: Package SDKs
4
4
on:
5
5
workflow_dispatch:
6
6
inputs:
7
-
operating_systems:
8
-
description: 'CSV of VMs to run on'
9
-
default: 'ubuntu-latest'
7
+
use_new_build:
8
+
description: 'Check if this package grabs artifacts from new build workflow'
9
+
default: '0'
10
10
required: true
11
11
skipIntegrationTests:
12
12
description: 'skip integration tests?'
13
-
default: 0
13
+
default: '0'
14
14
required: false
15
15
create_new_branch:
16
-
description: 'If we need to create new branch to package guids update. 0 means no creation and 1 means create. If working_branch set, will ignore this value. '
17
-
default: 0
16
+
description: 'Check if we need to create new branch to package guids update. If working_branch set, will ignore this value. '
17
+
default: '0'
18
18
required: false
19
19
working_branch:
20
20
description: 'If already a working in progress release branch'
21
21
required: false
22
+
release_label:
23
+
description: 'If the package is intended to run for a release, put <version>-RC## for label'
24
+
required: false
22
25
download_ios_run:
23
-
description: 'run id for ios.yml'
26
+
description: 'run id for ios.yml or build_starter.yml, search for ios_unity output'
24
27
required: false
25
28
download_android_run:
26
-
description: 'run id for android.yml'
29
+
description: 'run id for android.yml or build_starter.yml, search for android_unity output'
27
30
required: false
28
-
download_desktop_run:
29
-
description: 'run id for sdk_build.yml'
31
+
download_linux_run:
32
+
description: 'run id for sdk_build.yml or build_starter.yml, search for linux_unity output'
30
33
required: false
31
-
release_label:
32
-
description: 'If the package is intended to run for a release, put <version>-RC## for label'
34
+
download_macos_run:
35
+
description: 'run id for sdk_build.yml or build_starter.yml, search for macos_unity output'
36
+
required: false
37
+
download_windows_run:
38
+
description: 'run id for sdk_build.yml or build_starter.yml, search for windows_unity output'
0 commit comments