summaryrefslogtreecommitdiffstats
path: root/.github/workflows/make-test
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/make-test')
-rwxr-xr-x.github/workflows/make-test3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/make-test b/.github/workflows/make-test
index 247b4c61bd..195928e786 100755
--- a/.github/workflows/make-test
+++ b/.github/workflows/make-test
@@ -37,4 +37,7 @@ echo "Test suite exited with $RESULT, artifacts path is $OSSL_CI_ARTIFACTS_PATH"
(cd "$OSSL_CI_ARTIFACTS_PATH"; find . -type f | sort)
echo "::endgroup::"
+echo "Archive artifacts"
+tar -czvf artifacts.tar.gz $OSSL_CI_ARTIFACTS_PATH
+
exit $RESULT