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 a7dba9b commit 5fdd26dCopy full SHA for 5fdd26d
.github/workflows/build.yml
@@ -687,9 +687,9 @@ jobs:
687
with:
688
script: |
689
const inpBuildOutputs = JSON.parse(core.getInput('build-outputs'));
690
- const inpSign = core.getBooleanInput('sign');
+ const inpSigned = core.getBooleanInput('signed');
691
692
- if (inpSign) {
+ if (inpSigned) {
693
const verifyCommands = [];
694
for (const key of Object.keys(inpBuildOutputs)) {
695
const output = JSON.parse(inpBuildOutputs[key]);
0 commit comments