Skip to content

Commit 7ffcbbb

Browse files
authored
Update main.yml
1 parent 883fcbc commit 7ffcbbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- Android # Build an Android .apk standalone app.
2121
- WebGL # WebGL.
2222
steps:
23+
- if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'WebGL'
24+
uses: jlumbroso/free-disk-space@v1.3.1
2325
- uses: actions/checkout@v4
2426
with:
2527
fetch-depth: 0
@@ -28,8 +30,6 @@ jobs:
2830
path: ${{ matrix.projectPath }}/Library
2931
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
3032
restore-keys: Library-
31-
- if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'WebGL'
32-
uses: jlumbroso/free-disk-space@v1.3.1
3333
- uses: game-ci/unity-builder@v4
3434
env:
3535
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

0 commit comments

Comments
 (0)