From e555392714d98132c0a617afb9af740d51696f9d Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Sat, 7 Sep 2024 12:37:56 -0400 Subject: [PATCH] include hidden files in upload --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfbf704d..5ecb1d74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: with: name: Maven path: ~/.m2/ + include-hidden-files: true test_examples: needs: build