diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 681cb8e16..bec21f659 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -215,7 +215,7 @@ jobs: if: github.ref == 'refs/heads/master' uses: actions/cache/save@v5 with: - path: ${{ env.CACHE } + path: ${{ env.CACHE }} key: ${{ steps.ccache_restore.outputs.cache-primary-key }} - name: "Upload artifact"