From dfc69624624a85c8ebe3d2c7083752f06b27b126 Mon Sep 17 00:00:00 2001 From: ncguilbeault Date: Fri, 5 Jul 2024 15:29:20 +0100 Subject: [PATCH] Updated build solution name --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 64aa3198..dc66d8fa 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: - name: Restore cached build output uses: actions/cache@v3 with: - key: ${{ needs.build_job.outputs.cache-key }} + key: ${{ needs.build_solution.outputs.cache-key }} path: | src/bin/Release src/*/bin/Release