Skip to content

Commit 3b175cd

Browse files
committed
chore: update Command Line SDK to 21.0.0
1 parent 92fce8a commit 3b175cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
verify_signature() {
100100
local file="$1"
101101
local output rc
102-
output="$(osslsigncode verify -in "$file" 2>&1)"
103-
rc=$?
102+
rc=0
103+
output="$(osslsigncode verify -in "$file" 2>&1)" || rc=$?
104104
echo "--- $file (osslsigncode exit $rc) ---"
105105
echo "$output"
106106

0 commit comments

Comments
 (0)