From f1c0135b9459a962ce81eadf3f2cc331555466b5 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Sat, 7 Sep 2024 13:19:25 -0400 Subject: [PATCH] only upload repository --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ecb1d74..35d24aa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: Maven - path: ~/.m2/ + path: ~/.m2/repository/ include-hidden-files: true test_examples: