From 0dccc5df6eeb655e043be7f206e8d0da150e8cc5 Mon Sep 17 00:00:00 2001 From: Pete Bentley Date: Wed, 11 Sep 2024 13:02:59 +0100 Subject: [PATCH] Include hidden files --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b85504b15..82f57cc0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,8 @@ jobs: name: boringssl-source path: ${{ runner.temp }}/boringssl retention-days: 1 + include-hidden-files: true + if-no-files-found: error build: needs: boringssl_clone