summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cross-compiles.yml
diff options
context:
space:
mode:
authorDmitry Misharov <dmitry@openssl.org>2024-04-25 14:53:26 +0200
committerTomas Mraz <tomas@openssl.org>2024-04-29 10:34:40 +0200
commit58ffcbbdc3302a35cea317aeee6b76987907ee60 (patch)
tree5c17632866bcd6067d4d7ffecb53f5398f57d468 /.github/workflows/cross-compiles.yml
parent7b1829fa37922a37ef9259fc1bc4038829e4fd73 (diff)
archive artifacts before upload
Some CI jobs produce a significant amount artifacts and it takes a lot of time to upload them into GitHub artifacts storage. It will be much faster to upload only one archive with artifacts. Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24264)
Diffstat (limited to '.github/workflows/cross-compiles.yml')
-rw-r--r--.github/workflows/cross-compiles.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml
index 4e5dfa45f2..5dc1b83f4e 100644
--- a/.github/workflows/cross-compiles.yml
+++ b/.github/workflows/cross-compiles.yml
@@ -220,5 +220,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: "cross-compiles@${{ matrix.platform.arch }}"
- path: artifacts/
+ path: artifacts.tar.gz
if-no-files-found: ignore