Added submodules.
This commit is contained in:
8
.github/workflows/builds/unity.yaml
vendored
8
.github/workflows/builds/unity.yaml
vendored
@@ -4,6 +4,8 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
GITEA_TOKEN: ${{ secrets.PACKAGE_APIKEY }}
|
||||||
|
|
||||||
UNITY_COMPRESSION_LEVEL: lz4hc
|
UNITY_COMPRESSION_LEVEL: lz4hc
|
||||||
UNITY_ZIP_ON_COMPLETE: false
|
UNITY_ZIP_ON_COMPLETE: false
|
||||||
UNITY_USERNAME: ${{ secrets.UNITY_USERNAME }}
|
UNITY_USERNAME: ${{ secrets.UNITY_USERNAME }}
|
||||||
@@ -38,6 +40,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
token: ${{ env.GITEA_TOKEN }}
|
||||||
- name: "Build Unity Project"
|
- name: "Build Unity Project"
|
||||||
uses: act/unity/unity-project-cached-artifacts@master
|
uses: act/unity/unity-project-cached-artifacts@master
|
||||||
with:
|
with:
|
||||||
@@ -65,6 +70,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
token: ${{ env.GITEA_TOKEN }}
|
||||||
- name: "Build Unity Project"
|
- name: "Build Unity Project"
|
||||||
uses: act/unity/unity-project-cached-artifacts@master
|
uses: act/unity/unity-project-cached-artifacts@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user