fix: handle multiple zip files in JetBrains release artifact step (#11873)
The Prepare Plugin Artifact step globs for continue-intellij-extension-*.zip which matches multiple files (EAP signed/unsigned, stable signed/unsigned), causing unzip to fail with exit code 9. Use head -1 to select only the first match.
D
Dallin Romney committed
e8c88f416fe0be8f9fc9e92c2f2adab82fb023d4
Parent: 7463037
Committed by GitHub <noreply@github.com>
on 3/26/2026, 3:31:17 AM