Do not remove zip file if the process succeeds

This commit is contained in:
Óscar San José
2026-05-19 14:30:50 +02:00
parent b1615312b8
commit 8b799f84ed

View File

@@ -228,3 +228,4 @@ echo " 1. Copy ${ZIP_OUT} -> semmle-code resources/lib/ferstl-depgraph-dependen
echo " 2. In semmle-code, update autobuild/src/com/semmle/util/build/Maven.java:"
echo " bump the plugin version constant to '${PLUGIN_CODEQL_VERSION}'"
echo " 3. Commit and raise PRs in both repositories."
trap - EXIT