File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 5
5
activateAndThenReturnLicense :
6
6
name : returnLicense 🎈
7
7
runs-on : ubuntu-latest
8
+ env :
9
+ UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
10
+
8
11
steps :
9
12
# Checkout repository (required to test local actions)
10
13
- name : Checkout repository
13
16
# Activate Unity
14
17
- name : Activate Unity
15
18
uses : webbertakken/unity-activate@v1
16
- env :
17
- UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
18
19
19
20
# Return License
20
21
- name : Return license
21
22
uses : ./
22
- env :
23
- UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
#
4
- # Return a Unity Pro license and free up a spot towards the maximum number of active licenses.
4
+ # PROFESSIONAL (SERIAL) LICENSE MODE
5
+ #
6
+ # This will return the license that is currently in use.
5
7
#
6
8
xvfb-run --auto-servernum --server-args=' -screen 0 640x480x24' \
7
9
/opt/Unity/Editor/Unity \
You can’t perform that action at this time.
0 commit comments