We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7bd8b commit a697ca0Copy full SHA for a697ca0
1 file changed
.github/workflows/reusable-sign-agent.yml
@@ -195,23 +195,6 @@ jobs:
195
echo "✓ Signed ${target}"
196
done <<< "$BINARIES"
197
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
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
215
# =========================================================
216
# macOS path: codesign + notarytool
217
0 commit comments