Skip to content

Commit

Permalink
Fix git upload artifact from maven local
Browse files Browse the repository at this point in the history
  • Loading branch information
warunalakshitha committed Oct 2, 2024
1 parent 8a5a434 commit 57880f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 57880f6

Please sign in to comment.