feat(ci): add way to reset signing

This commit is contained in:
Elian Doran 2025-08-07 09:19:54 +03:00
parent 2a27666c53
commit 49d662afba
No known key found for this signature in database

11
.github/workflows/unblock_signing.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: Unblock signing
on:
workflow_dispatch:
jobs:
unblock-win-signing:
runs-on: win-signing
steps:
- run: |
cat ${{ vars.WINDOWS_SIGN_ERROR_LOG }}
rm ${{ vars.WINDOWS_SIGN_ERROR_LOG }}