Skip to content

Commit

Permalink
Updated build solution name
Browse files Browse the repository at this point in the history
  • Loading branch information
ncguilbeault committed Jul 5, 2024
1 parent 18e9f91 commit dfc6962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfc6962

Please sign in to comment.