From 0b4d350579c9b8a8831dc0c622fdbd8623c88d6c Mon Sep 17 00:00:00 2001 From: Derek Nance Date: Tue, 17 Feb 2026 14:49:43 -0600 Subject: [PATCH] update macos desktop build cache keys --- .github/workflows/build-desktop.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index efcfd04c54c..f6e56721064 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -1163,7 +1163,7 @@ jobs: uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: apps/desktop/build - key: ${{ runner.os }}-${{ github.run_id }}-build + key: ${{ runner.os }}-${{ github.run_id }}-${{ matrix.license_type }}-build - name: Cache Safari id: safari-cache @@ -1432,7 +1432,7 @@ jobs: uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: apps/desktop/build - key: ${{ runner.os }}-${{ github.run_id }}-build + key: ${{ runner.os }}-${{ github.run_id }}-${{ matrix.license_type }}-build - name: Setup Safari Cache id: safari-cache @@ -1736,7 +1736,7 @@ jobs: uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: apps/desktop/build - key: ${{ runner.os }}-${{ github.run_id }}-build + key: ${{ runner.os }}-${{ github.run_id }}-${{ matrix.license_type }}-build - name: Setup Safari Cache id: safari-cache