From f945acf733d15129c7533c8678b8b9570cbebff6 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 1 Dec 2020 15:46:46 -0600 Subject: [PATCH] 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. --- .github/workflows/builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index c50cdf8054e3..d40f34a83fb8 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: