diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43e96341..0dd42044 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/ test_examples: needs: build