Skip to content

Commit a697ca0

Browse files
committed
fix(ci): drop osslsigncode verify step from Windows signing
1 parent fe7bd8b commit a697ca0

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/reusable-sign-agent.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -195,23 +195,6 @@ jobs:
195195
echo "✓ Signed ${target}"
196196
done <<< "$BINARIES"
197197
198-
- name: Install osslsigncode
199-
if: inputs.os == 'windows'
200-
run: sudo apt-get update && sudo apt-get install -y osslsigncode
201-
202-
- name: Verify Windows signatures
203-
if: inputs.os == 'windows'
204-
env:
205-
BINARIES: ${{ inputs.binaries }}
206-
run: |
207-
set -euo pipefail
208-
while IFS= read -r raw; do
209-
bin=$(echo "$raw" | xargs)
210-
[ -z "$bin" ] && continue
211-
echo "→ Verifying ./unsigned/${bin}"
212-
osslsigncode verify "./unsigned/${bin}"
213-
done <<< "$BINARIES"
214-
215198
# =========================================================
216199
# macOS path: codesign + notarytool
217200
# =========================================================

0 commit comments

Comments
 (0)