From 57600a71e0d046cf8efa00662db86ace7a8450d8 Mon Sep 17 00:00:00 2001 From: Johannes Deml Date: Sat, 7 Oct 2023 16:28:00 +0200 Subject: [PATCH] Fix free-disk-space version in example (#426) Old version 1.2.0 throws the error `E: Unable to locate package google-cloud-sdk`, version 1.3.0 fixes this. Tested here: https://github.com/JohannesDeml/Unity-GameJam-Template/commit/60af3abdad4ede3bd38a3055535c8570b15e81a7 --- docs/03-github/04-builder.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-github/04-builder.mdx b/docs/03-github/04-builder.mdx index 9458d859..db098756 100644 --- a/docs/03-github/04-builder.mdx +++ b/docs/03-github/04-builder.mdx @@ -612,7 +612,7 @@ jobs: key: Library-${{ matrix.targetPlatform }} restore-keys: Library- - if: matrix.targetPlatform == 'Android' - uses: jlumbroso/free-disk-space@v1.2.0 + uses: jlumbroso/free-disk-space@v1.3.0 - uses: game-ci/unity-builder@v3 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}