We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd40c98 + 9a1b806 commit f942c46Copy full SHA for f942c46
.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
48
path: |
49
./
50
!./.git/**
51
+ retention-days: 5
52
53
unitTests:
54
needs: assemble
@@ -87,5 +88,5 @@ jobs:
87
88
- name: Store distribution artifacts
89
uses: actions/upload-artifact@v4
90
with:
- name: distributions
91
- path: build/distributions
+ name: jar
92
+ path: 'build/libs/'
.github/workflows/docker-build-fleet.yml
@@ -51,6 +51,7 @@ jobs:
name: fleet
path: 'build/libs/'
55
56
besu:
57
runs-on: ubuntu-latest
0 commit comments