update ci

This commit is contained in:
RandomityGuy 2025-06-30 17:45:27 +05:30
parent 08a8c7db47
commit cb185a50b7

View file

@ -582,7 +582,13 @@ jobs:
exit 1
fi
cd ~/project
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\signtool.exe" sign /fd sha256 /a /f key.pfx /p $UWP_PWD MBHaxe-Ultra-UWP.msix
- run:
name: Sign it
shell: powershell.exe
command: |
cd ~/project
& "C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\signtool.exe" sign /fd sha256 /f key.pfx /p $UWP_PWD MBHaxe-Ultra-UWP.msix
- run:
name: Upload to Artifact Storage