sign msix

This commit is contained in:
RandomityGuy 2025-06-28 17:08:58 +05:30
parent 3f600ce9fd
commit 9af0959796

View file

@ -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