We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa1832 commit 988d79eCopy full SHA for 988d79e
.github/workflows/run_performance_tests_windows.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Add key.snk for strong name signing
16
run: |
17
echo "${{ secrets.KEY_SNK_B64 }}" | Out-File key.snk.b64
18
- certutil -decode key.snk.b64 key.snk
+ certutil -decode -f key.snk.b64 key.snk
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v4
21
with:
0 commit comments