mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Fix bugs in electron-builder and build-helper (#1119)
This commit is contained in:
parent
916f7ba15c
commit
8d79539a50
2
.github/workflows/build-helper.yml
vendored
2
.github/workflows/build-helper.yml
vendored
@ -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
|
||||
|
||||
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:
|
||||
push:
|
||||
tags:
|
||||
|
@ -88,7 +88,7 @@ const config = {
|
||||
base: "core22",
|
||||
confinement: "classic",
|
||||
allowNativeWayland: true,
|
||||
artifactName: `${productName}_${version}_${arch}.${ext}`,
|
||||
artifactName: "${productName}_${version}_${arch}.${ext}",
|
||||
},
|
||||
publish: {
|
||||
provider: "generic",
|
||||
|
Loading…
Reference in New Issue
Block a user