From 8c62af54013efe9f4bd0d1427ae087ea2edc35b6 Mon Sep 17 00:00:00 2001 From: Neyunse Date: Mon, 4 Aug 2025 21:53:55 -0300 Subject: [PATCH 1/2] ci: update build-multiplatform.yml --- .github/workflows/build-multiplatform.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-multiplatform.yml b/.github/workflows/build-multiplatform.yml index 1abc453..b194dde 100644 --- a/.github/workflows/build-multiplatform.yml +++ b/.github/workflows/build-multiplatform.yml @@ -32,6 +32,9 @@ jobs: - name: Build engine and bootstrapper run: | python build.py --no-zip + - name: Instala Windows SDK (signtool) + run: | + choco install windows-sdk-10-version-2004-all - name: Decode PFX certificate run: | echo "${{ secrets.CODESIGN_PFX }}" | Out-File -Encoding ascii -FilePath cert_base64.txt From f3305b35d595d1dd070b56a6421e0743dcf82bef Mon Sep 17 00:00:00 2001 From: Neyunse Date: Mon, 4 Aug 2025 21:55:10 -0300 Subject: [PATCH 2/2] ci: update build-multiplatform.yml --- .github/workflows/build-multiplatform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-multiplatform.yml b/.github/workflows/build-multiplatform.yml index b194dde..053470d 100644 --- a/.github/workflows/build-multiplatform.yml +++ b/.github/workflows/build-multiplatform.yml @@ -32,7 +32,7 @@ jobs: - name: Build engine and bootstrapper run: | python build.py --no-zip - - name: Instala Windows SDK (signtool) + - name: Install Windows SDK (signtool) run: | choco install windows-sdk-10-version-2004-all - name: Decode PFX certificate