try webgl
This commit is contained in:
@@ -35,20 +35,23 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
targetPlatform:
|
||||
- Android
|
||||
# - WebGL
|
||||
# - Android
|
||||
- WebGL
|
||||
steps:
|
||||
- run: |
|
||||
export is_unity_license_set=true
|
||||
echo "is_unity_license_set=$is_unity_license_set" >> $GITHUB_OUTPUT
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
lfs: true
|
||||
- uses: actions/cache@v4.2.2
|
||||
- name: Cache
|
||||
uses: actions/cache@v4.2.2
|
||||
with:
|
||||
path: Library
|
||||
key: Library-${{ matrix.targetPlatform }}
|
||||
- uses: https://git.chikalin.space/unity/unity-builder@f685e64b813aa72a6e0b45f4c0ac1a44e7cec87b
|
||||
- name: Build
|
||||
uses: https://git.chikalin.space/unity/unity-builder@f685e64b813aa72a6e0b45f4c0ac1a44e7cec87b
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
||||
@@ -60,7 +63,8 @@ jobs:
|
||||
RUNNER_TEMP: /volume1/docker/gitea_actions/act/temp
|
||||
dockerWorkspacePath: /volume1/docker/gitea_actions/workspace/unity/textdecalURP # this is from volume
|
||||
buildProfile: 'Assets/Settings/BuildProfiles/AndroidProfile.asset'
|
||||
- uses: actions/upload-artifact@v3
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Build-${{ matrix.targetPlatform }}
|
||||
path: build
|
||||
Reference in New Issue
Block a user