Skip to content

Commit 75f7e13

Browse files
authored
More force of certutil, fix whitespace
1 parent 988d79e commit 75f7e13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run_all_tests_and_upload_code_coverage.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
uses: actions/setup-dotnet@v4
1717
with:
1818
dotnet-version: 9.x
19-
- name: Add key.snk for strong name signing
20-
run: |
21-
echo "${{ secrets.KEY_SNK_B64 }}" | Out-File key.snk.b64
22-
certutil -decode key.snk.b64 key.snk
19+
- name: Add key.snk for strong name signing
20+
run: |
21+
echo "${{ secrets.KEY_SNK_B64 }}" | Out-File key.snk.b64
22+
certutil -decode -f key.snk.b64 key.snk
2323
- name: Add zip files required for running tests
2424
run: |
2525
Compress-Archive -Path "resources\geocoding\*" -DestinationPath "resources\geocoding.zip"

0 commit comments

Comments
 (0)