From 0bd51bfe19ef85409edf7fbc2efe4e26ef2ff26f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bouget?= Date: Thu, 14 Nov 2024 18:22:29 +0100 Subject: [PATCH] Update after signature script --- .github/workflows/after-signature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/after-signature.yml b/.github/workflows/after-signature.yml index 8c523da..a36fbb2 100644 --- a/.github/workflows/after-signature.yml +++ b/.github/workflows/after-signature.yml @@ -87,7 +87,7 @@ jobs: ForEach-Object { if ($_ -match '^sha512:\s.*$') { "sha512: ${{ steps.compute_hash.outputs.sha512 }}" - elseif ($_ -match '^\s*sha512:\s.*$') { + } elseif ($_ -match '^\s*sha512:\s.*$') { "sha512: ${{ steps.compute_hash.outputs.sha512 }}" } elseif ($_ -notmatch '^size:\s.*$') { $_