Update package.yaml
This commit is contained in:
parent
360c800b25
commit
65b0076c95
6
.github/workflows/package.yaml
vendored
6
.github/workflows/package.yaml
vendored
@ -28,7 +28,11 @@ jobs:
|
|||||||
|
|
||||||
# Build
|
# Build
|
||||||
- name: Build .unitypackage
|
- name: Build .unitypackage
|
||||||
uses: game-ci/unity-builder@v2
|
uses: game-ci/unity-builder@v4
|
||||||
|
env:
|
||||||
|
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||||
|
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
||||||
|
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||||
with:
|
with:
|
||||||
unityVersion: 2020.3.8f1
|
unityVersion: 2020.3.8f1
|
||||||
buildMethod: MackySoft.PackageTools.Editor.UnityPackageExporter.Export
|
buildMethod: MackySoft.PackageTools.Editor.UnityPackageExporter.Export
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user