From ddcc00aff29d1a7c88a4cd3ac2a3d686981b7ecf Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Sat, 28 Jun 2025 19:38:00 +0530 Subject: [PATCH] fix ci again --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c797f5c6..f0e5664e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -470,6 +470,7 @@ jobs: name: Decode Certificate command: | powershell -Command "[System.IO.File]::WriteAllBytes('key.pfx', [System.Convert]::FromBase64String('$UWP_SIGN_CERT'))" + powershell -Command "[System.IO.File]::WriteAllBytes('signing.cer', [System.Convert]::FromBase64String('$UWP_SIGN_PUBKEY'))" - run: name: Install dependencies @@ -581,7 +582,7 @@ 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 + "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: Upload to Artifact Storage