From a3da80188a15d7018ace4f618e19dd27733fbc43 Mon Sep 17 00:00:00 2001 From: David Finol Date: Mon, 16 Oct 2023 22:36:13 -0500 Subject: [PATCH] Update workflow --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27cf3688..0f0dab08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -175,8 +175,8 @@ jobs: uses: actions/cache@v3 with: path: Library - key: Library-build-${{ matrix.targetPlatform }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }} - restore-keys: Library-build-${{ matrix.targetPlatform }}- + key: Library-buildLinux-${{ matrix.targetPlatform }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }} + restore-keys: Library-buildLinux-${{ matrix.targetPlatform }}- - name: Free Disk Space if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'StandaloneLinux64' uses: jlumbroso/free-disk-space@v1.3.0