Skip to content

Commit 884f0e6

Browse files
JoeRobichrenovate[bot]
authored andcommitted
Fix NuGet Cache
1 parent a8d6ae6 commit 884f0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
run: |
114114
dotnet nuke Restore --skip
115115
- name: Update NuGet Cache
116-
if: always() && steps.restore-nuget-cacheoutputs.cache-hit != 'true'
116+
if: always() && steps.restore-nuget-cache.outputs.cache-hit != 'true'
117117
uses: actions/cache/save@v4
118118
with:
119119
key: ${{ steps.restore-nuget-cache.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)