diff options
| -rw-r--r-- | .github/workflows/build.yml | 18 |
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 |
