Commit 239bbe5
committed
Update .cicd submodule: fix unzip to force overwrite without prompting
Updates .cicd submodule to commit 97cd195 which adds -o flag to unzip command
in download-artifact-verified action.
This fixes the critical issue where unzip was prompting for file overwrite
confirmation in non-interactive GitHub Actions environment, causing:
- Extraction failures (attempt 1 in logs showed: 'replace dist/CHECKSUMS.sha256?')
- File corruption when multiple artifacts download to same destination
- Checksum mismatches in re-verification (autobahn-25.10.2.tar.gz corruption)
The -o flag ensures unzip overwrites files without prompting, fixing downloads
to shared destination directories like wheelhouse-arm64/.
AI-Disclosure: Assisted by Claude Code (Anthropic, Claude 3.7 Sonnet)1 parent d0091ff commit 239bbe5
1 file changed
+1
-1
lines changed
0 commit comments