chore: remove generate unity alf (activation license file)

master
Ikiru Yoshizaki 2020-08-04 13:20:33 +09:00
parent 6ec0ed8d61
commit 51769b2224
1 changed files with 0 additions and 7 deletions

View File

@ -42,13 +42,6 @@ jobs:
steps: steps:
- run: apt update && apt install git -y - run: apt update && apt install git -y
- uses: actions/checkout@v2 - uses: actions/checkout@v2
# create unity activation file and store to artifacts.
- run: /opt/Unity/Editor/Unity -quit -batchmode -nographics -logFile -createManualActivationFile || exit 0
- uses: actions/upload-artifact@v1
with:
name: Unity_v${{ matrix.unity }}.alf
path: ./Unity_v${{ matrix.unity }}.alf
# activate Unity from manual license file(ulf)
- run: echo -n "$UNITY_LICENSE" >> .Unity.ulf - run: echo -n "$UNITY_LICENSE" >> .Unity.ulf
env: env:
UNITY_LICENSE: ${{ secrets[matrix.license] }} UNITY_LICENSE: ${{ secrets[matrix.license] }}