Skip to content

Commit

Permalink
Fix NuGet Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich authored and renovate[bot] committed Jan 31, 2025
1 parent a8d6ae6 commit 884f0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: |
dotnet nuke Restore --skip
- name: Update NuGet Cache
if: always() && steps.restore-nuget-cacheoutputs.cache-hit != 'true'
if: always() && steps.restore-nuget-cache.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
key: ${{ steps.restore-nuget-cache.outputs.cache-primary-key }}
Expand Down

0 comments on commit 884f0e6

Please sign in to comment.