Update aws-tests.yml

pull/218/head
Frostebite 2021-01-31 19:42:47 +00:00 committed by GitHub
parent e441431b5e
commit c05ec48db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -18,8 +18,6 @@ jobs:
unityVersion:
- 2019.2.11f1
- 2019.3.15f1
unityLicense:
- ${{ secrets.UNITY_LICENSE }}
targetPlatform:
- StandaloneOSX # Build a macOS standalone (Intel 64-bit).
- StandaloneWindows64 # Build a Windows 64-bit standalone.
@ -43,7 +41,7 @@ jobs:
- uses: ./
id: aws-fargate-unity-build
env:
UNITY_LICENSE: ${{ matrix.unityLicense }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
remote: aws
projectPath: ${{ matrix.projectPath }}