From 6399eae15ffb5b77a0e5f71b258031fe16991cd6 Mon Sep 17 00:00:00 2001 From: NipunaMadhushan Date: Thu, 5 Sep 2024 15:05:17 +0530 Subject: [PATCH] Fix full build PR check --- .github/workflows/pull_request_full_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request_full_build.yml b/.github/workflows/pull_request_full_build.yml index 2679e53676c4..1e24c1eb6cb9 100644 --- a/.github/workflows/pull_request_full_build.yml +++ b/.github/workflows/pull_request_full_build.yml @@ -43,6 +43,7 @@ jobs: with: name: Ballerina Lang Artifacts path: ~/.m2/ + include-hidden-files: true outputs: lang_version: ${{ steps.lang-version.outputs.version }}