summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cross-compiles.yml
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-12 13:17:01 +0000
committerHugo Landau <hlandau@openssl.org>2024-03-21 17:57:50 +0000
commit9abcf116962e9a117717c751de93846f11da16cd (patch)
tree4f2e9ceab5ca27f320409b693f09b8f5cfecc889 /.github/workflows/cross-compiles.yml
parentf2db70962cacc2602bc614d51e0610085c99e999 (diff)
Move artifact upload code into the shell script
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23551)
Diffstat (limited to '.github/workflows/cross-compiles.yml')
-rw-r--r--.github/workflows/cross-compiles.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml
index a452b8a467..2143b1e972 100644
--- a/.github/workflows/cross-compiles.yml
+++ b/.github/workflows/cross-compiles.yml
@@ -221,3 +221,4 @@ jobs:
with:
name: "cross-compiles@${{ matrix.platform.arch }}"
path: artifacts/
+ if-no-files-found: ignore