This commit is contained in:
RandomityGuy 2025-06-28 17:10:26 +05:30
parent 9af0959796
commit da2005e601

View file

@ -469,7 +469,7 @@ jobs:
- run:
name: Decode Certificate
command: |
powershell -Command "[System.IO.File]::WriteAllBytes('~/key.pfx', [System.Convert]::FromBase64String('$UWP_SIGN_CERT'))"
powershell -Command "[System.IO.File]::WriteAllBytes('key.pfx', [System.Convert]::FromBase64String('$UWP_SIGN_CERT'))"
- run:
name: Install dependencies