no-bug: fix SIGNMAR path in Sign MAR step to point at binary not directory (gh-13193)

This commit is contained in:
JDX50S
2026-04-10 07:25:16 -03:00
committed by GitHub
parent 000098adb1
commit 11cf410f87

View File

@@ -512,7 +512,7 @@ jobs:
- name: Sign MAR files
env:
SIGNMAR: ${{ github.workspace }}/signmar-linux-x86_64
SIGNMAR: ${{ github.workspace }}/signmar-linux-x86_64/signmar
ZEN_MAR_SIGNING_PASSWORD: ${{ secrets.ZEN_MAR_SIGNING_PASSWORD }}
ZEN_SIGNING_CERT_PEM_BASE64: ${{ secrets.ZEN_SIGNING_CERT_PEM_BASE64 }}
ZEN_SIGNING_PRIVATE_KEY_PEM_BASE64: ${{ secrets.ZEN_SIGNING_PRIVATE_KEY_PEM_BASE64 }}