Skip to content

Commit

Permalink
Remove alternate licence activation
Browse files Browse the repository at this point in the history
  • Loading branch information
seinsinnes authored Dec 16, 2023
1 parent 37fe6b7 commit 131a87f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ jobs:
unity-username: ${{ secrets.UNITY_USERNAME }}
unity-password: ${{ secrets.UNITY_PASSWORD }}
unity-authenticator-key: ${{ secrets.UNITY_AUTHENTICATOR_KEY }}

#- name: Activate Unity
# env:
# UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
# working-directory: "C:/Program Files/2018.4.20f1/Editor/"
# run: |
# Get-Item Env:UNITY_LICENSE | Out-File license.ulf
# ./Unity.exe -batchmode -nographics -quit -logFile - -manualLicenseFile license.ulf

#Move unity to where the build script expects it to be installed.
- name: Move unity to expected location
Expand Down

0 comments on commit 131a87f

Please sign in to comment.