We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3046025 commit 36b5bd5Copy full SHA for 36b5bd5
.github/workflows/build_app.yml
@@ -106,7 +106,6 @@ jobs:
106
mode: 'artifact',
107
input_artifact_name: `unsigned-exe-${suffix}`,
108
output_artifact_name: `signed-exe-${suffix}`,
109
- callback_event: 'signing-complete',
110
callback_stage: `exe-${suffix}`,
111
release_type: '${{ inputs.release_type }}'
112
}
@@ -348,7 +347,6 @@ jobs:
348
347
artifact_configuration: 'signing_installer',
349
files: [process.env.MSI_NAME],
350
mode: 'release',
351
352
callback_stage: `msi-${process.env.SUFFIX}`,
353
release_type: releaseType
354
0 commit comments