-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -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 | ||
|
@@ -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 | ||
|