Skip to content

Commit 5fdd26d

Browse files
committed
test
Signed-off-by: CrazyMax <[email protected]>
1 parent a7dba9b commit 5fdd26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,9 @@ jobs:
687687
with:
688688
script: |
689689
const inpBuildOutputs = JSON.parse(core.getInput('build-outputs'));
690-
const inpSign = core.getBooleanInput('sign');
690+
const inpSigned = core.getBooleanInput('signed');
691691
692-
if (inpSign) {
692+
if (inpSigned) {
693693
const verifyCommands = [];
694694
for (const key of Object.keys(inpBuildOutputs)) {
695695
const output = JSON.parse(inpBuildOutputs[key]);

0 commit comments

Comments
 (0)