mirror of
https://github.com/continuedev/continue.git
synced 2026-04-01 08:36:58 +00:00
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.