From 44dd9bada3faabc0a7722c23b88d425112e48271 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:53:54 +0100 Subject: Turn off Windows code signing (#3392) --- .github/workflows/build.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 698ea326..88b0f38c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -304,20 +304,11 @@ jobs: make dist env: BUILD: windows - - uses: dlemstra/code-sign-action@v1 - with: - certificate: '${{ secrets.INKSTITCH_CODE_SIGNING_CERTIFICATE }}' - folder: 'dist' - recursive: true - shell: bash run: | bash bin/build-windows-installer env: BUILD: windows - - uses: dlemstra/code-sign-action@v1 - with: - certificate: '${{ secrets.INKSTITCH_CODE_SIGNING_CERTIFICATE }}' - folder: 'artifacts' - uses: actions/upload-artifact@v4 with: name: inkstitch-windows32 @@ -372,20 +363,11 @@ jobs: make dist env: BUILD: windows - - uses: dlemstra/code-sign-action@v1 - with: - certificate: '${{ secrets.INKSTITCH_CODE_SIGNING_CERTIFICATE }}' - folder: 'dist' - recursive: true - shell: bash run: | bash bin/build-windows-installer env: BUILD: windows - - uses: dlemstra/code-sign-action@v1 - with: - certificate: '${{ secrets.INKSTITCH_CODE_SIGNING_CERTIFICATE }}' - folder: 'artifacts' - uses: actions/upload-artifact@v4 with: name: inkstitch-windows64 -- cgit v1.2.3