Fix bugs in electron-builder and build-helper (#1119)

This commit is contained in:
Evan Simkowitz 2024-10-24 11:20:25 -07:00 committed by GitHub
parent 916f7ba15c
commit 8d79539a50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# For more information on the Windows Code Signing, see https://docs.digicert.com/en/digicert-keylocker/ci-cd-integrations/plugins/github-custom-action-for-keypair-signing.html and https://docs.digicert.com/en/digicert-keylocker/signing-tools/sign-authenticode-with-electron-builder-using-ksp-integration.html # For more information on the Windows Code Signing, see https://docs.digicert.com/en/digicert-keylocker/ci-cd-integrations/plugins/github-custom-action-for-keypair-signing.html and https://docs.digicert.com/en/digicert-keylocker/signing-tools/sign-authenticode-with-electron-builder-using-ksp-integration.html
name: Build Helper name: Build Helper
run-name: Build ${{ github.ref_name }}${{ github.event_name == 'workflow_dispatch' && ' - Manual'}} run-name: Build ${{ github.ref_name }}${{ github.event_name == 'workflow_dispatch' && ' - Manual' || '' }}
on: on:
push: push:
tags: tags:

View File

@ -88,7 +88,7 @@ const config = {
base: "core22", base: "core22",
confinement: "classic", confinement: "classic",
allowNativeWayland: true, allowNativeWayland: true,
artifactName: `${productName}_${version}_${arch}.${ext}`, artifactName: "${productName}_${version}_${arch}.${ext}",
}, },
publish: { publish: {
provider: "generic", provider: "generic",