Skip to content

Commit

Permalink
Updated Unity license usage
Browse files Browse the repository at this point in the history
* Replaced usage of pro serial with personal license for Unity steps in CI
* Temporarily added workflow file updates as trigger for workflow
  • Loading branch information
jzapdot committed Dec 11, 2021
1 parent 919c2ed commit 589d131
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
# Attempt to create a new nuget package and Unity release anytime code changes.
branches: [ develop ]
paths:
- '.github/workflows/publish_releases.yml'
- 'Unity/Assets/JCMG/Genesis/Scripts/**/*.cs'
- 'ExternalApp/**/*.cs'
- 'ExternalApp/**/*.cproj'
Expand Down Expand Up @@ -68,9 +69,7 @@ jobs:
- name: Run Unity Unit Tests
uses: game-ci/[email protected]
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
projectPath: './Genesis/Unity'
unityVersion: 2019.4.20f1
Expand Down Expand Up @@ -99,9 +98,7 @@ jobs:
- name: Execute Unity Package Build
uses: game-ci/[email protected]
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
projectPath: './Genesis/Unity'
unityVersion: 2019.4.20f1
Expand Down

0 comments on commit 589d131

Please sign in to comment.