Commit ffbe216
committed
fix: use correct DEB signing script in full-build workflow
The build-deb job was calling 'sign_deb.sh' which does not exist.
The correct script is 'sign_deb_container.sh' used in release.yml.
Changes:
- Use sign_deb_container.sh instead of sign_deb.sh
- Add GPG_KEY_ID environment variable (required by the script)
- Pass distribution parameter to signing script
- Add success message after signing
This fixes DEB package signing failures in full-build workflow.1 parent 9764ed9 commit ffbe216
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| 538 | + | |
538 | 539 | | |
539 | 540 | | |
540 | | - | |
| 541 | + | |
| 542 | + | |
541 | 543 | | |
542 | 544 | | |
543 | 545 | | |
| |||
546 | 548 | | |
547 | 549 | | |
548 | 550 | | |
549 | | - | |
550 | | - | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
551 | 554 | | |
552 | 555 | | |
553 | 556 | | |
| |||
0 commit comments