Skip to content

Commit ef619f9

Browse files
authored
Update main.yml
1 parent 7bb5ffd commit ef619f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path: ${{ matrix.projectPath }}/Library
3030
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
3131
restore-keys: Library-
32-
- if: matrix.targetPlatform == 'Android'
32+
- if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'WebGL'
3333
uses: jlumbroso/free-disk-space@v1.3.1
3434
- uses: game-ci/unity-builder@v4
3535
env:
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
projectPath: ${{ matrix.projectPath }}
4141
targetPlatform: ${{ matrix.targetPlatform }}
42+
customParameters: -Development
4243
- uses: actions/upload-artifact@v3
4344
with:
4445
name: Build-${{ matrix.targetPlatform }}

0 commit comments

Comments
 (0)