mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
sign msix
This commit is contained in:
parent
3f600ce9fd
commit
9af0959796
1 changed files with 7 additions and 0 deletions
|
|
@ -466,6 +466,11 @@ jobs:
|
|||
fingerprints:
|
||||
- "82:42:56:a0:57:43:95:4e:00:c0:8c:c1:7f:70:74:47"
|
||||
- checkout
|
||||
- run:
|
||||
name: Decode Certificate
|
||||
command: |
|
||||
powershell -Command "[System.IO.File]::WriteAllBytes('~/key.pfx', [System.Convert]::FromBase64String('$UWP_SIGN_CERT'))"
|
||||
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
|
|
@ -575,6 +580,8 @@ jobs:
|
|||
echo "Error: Could not find .msix file"
|
||||
exit 1
|
||||
fi
|
||||
cd ~/project
|
||||
signtool sign /fd sha256 /a /f ~/key.pfx /p $UWP_PWD MBHaxe-Ultra-UWP.msix
|
||||
|
||||
- run:
|
||||
name: Upload to Artifact Storage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue