We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb5ffd commit ef619f9Copy full SHA for ef619f9
1 file changed
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
path: ${{ matrix.projectPath }}/Library
30
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
31
restore-keys: Library-
32
- - if: matrix.targetPlatform == 'Android'
+ - if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'WebGL'
33
uses: jlumbroso/free-disk-space@v1.3.1
34
- uses: game-ci/unity-builder@v4
35
env:
@@ -39,6 +39,7 @@ jobs:
39
with:
40
projectPath: ${{ matrix.projectPath }}
41
targetPlatform: ${{ matrix.targetPlatform }}
42
+ customParameters: -Development
43
- uses: actions/upload-artifact@v3
44
45
name: Build-${{ matrix.targetPlatform }}
0 commit comments