Skip to content

Commit

Permalink
Merge pull request #2764 from NipunaMadhushan/update-daily-builds
Browse files Browse the repository at this point in the history
Update FBP
  • Loading branch information
NipunaMadhushan authored Nov 22, 2024
2 parents fcd9712 + 033ef99 commit 17a72d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/daily-full-build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
with:
name: Ballerina Lang Artifacts
path: ~/.m2/
include-hidden-files: true
outputs:
lang-version: ${{ steps.lang-version.outputs.version }}
spec-version: ${{ steps.lang-version.outputs.specVersion }}
Expand Down Expand Up @@ -131,6 +132,7 @@ jobs:
with:
name: Standard Library Artifacts
path: ~/.m2/
include-hidden-files: true
- name: Notify Build Failure
if: ${{ failure() }}
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/full_build_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
with:
name: Ballerina Lang Artifacts
path: ~/.m2/
include-hidden-files: true
outputs:
lang-version: ${{ steps.lang-version.outputs.version }}
spec-version: ${{ steps.lang-version.outputs.specVersion }}
Expand Down Expand Up @@ -254,6 +255,7 @@ jobs:
with:
name: Standard Library Artifacts
path: ~/.m2/
include-hidden-files: true

build-distribution:
name: Build ballerina-distribution
Expand Down

0 comments on commit 17a72d9

Please sign in to comment.