From e6e04dd2b46ed789a63008b105be100494292125 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Sun, 15 Oct 2023 00:32:11 +0200 Subject: [PATCH] disable signing for now: the key expired and we must build a new way --- .github/workflows/ci.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f14701..9a92be8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,23 +43,23 @@ jobs: "%programfiles(x86)%\Inno Setup 6\iscc.exe" "FreenetInstall_InnoSetup.iss" shell: cmd - - name: Sign the installer - uses: nextgens/authenticode-sign-action@v1.0.1 - if: ${{ github.event_name != 'pull_request' }} - with: - certificate: '${{ secrets.CERTIFICATES }}' - credentials: '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}' - key-uri: "projects/fpi-codesign/locations/europe-west3/keyRings/code-signing/cryptoKeys/certificate/cryptoKeyVersions/1" - timestamp-url: 'http://timestamp.comodoca.com' - description: 'Freenet Installer' - description-url: 'https://freenetproject.org' - folder: "Output" - recursive: true - - - name: Verify the signature - if: ${{ github.event_name != 'pull_request' }} - run: call "%programfiles(x86)%/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe" verify /v /pa "Output/FreenetInstaller.exe" - shell: cmd +# - name: Sign the installer +# uses: nextgens/authenticode-sign-action@v1.0.1 +# if: ${{ github.event_name != 'pull_request' }} +# with: +# certificate: '${{ secrets.CERTIFICATES }}' +# credentials: '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}' +# key-uri: "projects/fpi-codesign/locations/europe-west3/keyRings/code-signing/cryptoKeys/certificate/cryptoKeyVersions/1" +# timestamp-url: 'http://timestamp.comodoca.com' +# description: 'Freenet Installer' +# description-url: 'https://freenetproject.org' +# folder: "Output" +# recursive: true +# +# - name: Verify the signature +# if: ${{ github.event_name != 'pull_request' }} +# run: call "%programfiles(x86)%/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe" verify /v /pa "Output/FreenetInstaller.exe" +# shell: cmd - name: Upload the installer as an artifact uses: actions/upload-artifact@v2