From 25ef1b8982407a3ca74e0a06008cf65c9e9e33c3 Mon Sep 17 00:00:00 2001 From: Tadas Krivickas Date: Mon, 18 Dec 2023 13:32:57 +0200 Subject: [PATCH] Disable windows signing temporarily --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5baddced..d72f0eba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,8 +37,8 @@ jobs: mac_certs: ${{ secrets.mac_certs }} mac_certs_password: ${{ secrets.mac_certs_password }} # Windows code signing certificate - windows_certs: ${{ secrets.windows_certs }} - windows_certs_password: ${{ secrets.windows_certs_password }} +# windows_certs: ${{ secrets.windows_certs }} +# windows_certs_password: ${{ secrets.windows_certs_password }} env: APPLEID: ${{ secrets.APPLEID }} APPLEIDPASS: ${{ secrets.APPLEIDPASS }}