From 57880f6e14efe9c66b102ad47e2758d44f6245f3 Mon Sep 17 00:00:00 2001 From: warunalakshitha Date: Wed, 2 Oct 2024 10:40:26 +0530 Subject: [PATCH] Fix git upload artifact from maven local --- .github/workflows/pull_request_full_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_full_build.yml b/.github/workflows/pull_request_full_build.yml index 61ad7e71e9fa..4ad137c82615 100644 --- a/.github/workflows/pull_request_full_build.yml +++ b/.github/workflows/pull_request_full_build.yml @@ -43,7 +43,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: Ballerina Lang Artifacts - path: ~/.m2/ + path: /**/.m2/* outputs: lang_version: ${{ steps.lang-version.outputs.version }}