mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-24 08:52:43 +00:00
fix this
This commit is contained in:
parent
9af0959796
commit
da2005e601
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue