Skip to content

Commit f942c46

Browse files
Merge pull request #42 from Consensys/jar-artifact
test workflow
2 parents dd40c98 + 9a1b806 commit f942c46

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
path: |
4949
./
5050
!./.git/**
51+
retention-days: 5
5152

5253
unitTests:
5354
needs: assemble
@@ -87,5 +88,5 @@ jobs:
8788
- name: Store distribution artifacts
8889
uses: actions/upload-artifact@v4
8990
with:
90-
name: distributions
91-
path: build/distributions
91+
name: jar
92+
path: 'build/libs/'

.github/workflows/docker-build-fleet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
with:
5252
name: fleet
5353
path: 'build/libs/'
54+
retention-days: 5
5455

5556
besu:
5657
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)