mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-26 20:51:38 +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:
|
- run:
|
||||||
name: Decode Certificate
|
name: Decode Certificate
|
||||||
command: |
|
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:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue