Skip to content

Commit

Permalink
github-ci: remove prep directories before upload
Browse files Browse the repository at this point in the history
Removing the libhtp, suricata-update and suricata-verify directories
before uploading the artifact reduces the upload time from minutes
to seconds.

(cherry picked from commit f945acf)
  • Loading branch information
jasonish authored and victorjulien committed Jan 14, 2021
1 parent c1b34ed commit a2c229c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a2c229c

Please sign in to comment.