We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883fcbc commit 7ffcbbbCopy full SHA for 7ffcbbb
1 file changed
.github/workflows/main.yml
@@ -20,6 +20,8 @@ jobs:
20
- Android # Build an Android .apk standalone app.
21
- WebGL # WebGL.
22
steps:
23
+ - if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'WebGL'
24
+ uses: jlumbroso/free-disk-space@v1.3.1
25
- uses: actions/checkout@v4
26
with:
27
fetch-depth: 0
@@ -28,8 +30,6 @@ jobs:
28
30
path: ${{ matrix.projectPath }}/Library
29
31
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
32
restore-keys: Library-
- - if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'WebGL'
- uses: jlumbroso/free-disk-space@v1.3.1
33
- uses: game-ci/unity-builder@v4
34
env:
35
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
0 commit comments