1
0
mirror of synced 2024-11-27 15:40:51 +01:00

Change to GameCI Builder

This commit is contained in:
Burrito 2023-04-08 00:22:00 +00:00 committed by GitHub
parent b4a78058f2
commit 2a2698db2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,25 +23,15 @@ jobs:
restore-keys: |
Library-
- name: Setup Unity
uses: kuler90/setup-unity@v1.0.8
- uses: game-ci/unity-builder@v2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
unity-modules: windows-il2cpp
- name: Activate Unity
uses: kuler90/activate-unity@v1.1.2
with:
unity-username: ${{ secrets.UNITY_USERNAME }}
unity-password: ${{ secrets.UNITY_PASSWORD }}
unity-authenticator-key: ${{ secrets.UNITY_AUTHENTICATOR_KEY }}
- name: Build WACVR
uses: kuler90/build-unity@v1.0.4
with:
build-target: StandaloneWindows64
build-path: ./build/WACVR.exe
targetPlatform: StandaloneWindows64
- name: Upload artifact
uses: actions/upload-artifact@v3.0.0
with:
path: ./build/
path: build