summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-01-01 07:53:54 +0100
committerGitHub <noreply@github.com>2025-01-01 07:53:54 +0100
commit44dd9bada3faabc0a7722c23b88d425112e48271 (patch)
tree828d2b1d503790b5fbf335cd3330a1c67109d916
parent37195572330027339b1e65b2ef1ed547c3c2d6a0 (diff)
Turn off Windows code signing (#3392)
-rw-r--r--.github/workflows/build.yml18
1 files changed, 0 insertions, 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