From: Jason Ish Date: Tue, 1 Dec 2020 21:46:46 +0000 (-0600) Subject: github-ci: remove prep directories before upload X-Git-Tag: suricata-7.0.0-beta1~1984 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f945acf733d15129c7533c8678b8b9570cbebff6;p=thirdparty%2Fsuricata.git 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. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index c50cdf8054..d40f34a83f 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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: