github-ci: remove prep directories before upload

Removing the libhtp, suricata-update and suricata-verify directories
before uploading the artifact reduces the upload time from minutes
to seconds.
pull/5634/head
Jason Ish 4 years ago committed by Victor Julien
parent 42196e932e
commit f945acf733

@ -95,6 +95,7 @@ jobs:
cd ..
fi
tar zcf suricata-verify.tar.gz suricata-verify
- run: rm -rf libhtp suricata-update suricata-verify
- uses: actions/upload-artifact@v2
name: Uploading prep archive
with:

Loading…
Cancel
Save