Skip to content

Commit 5212e01

Browse files
authored
Update build.yml
1 parent b3e7060 commit 5212e01

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ jobs:
2828
./waterfall p
2929
- name: build
3030
run: mvn clean install javadoc:javadoc -B
31+
- name: Upload JAR
32+
uses: actions/upload-artifact@v4.6.2
33+
with:
34+
name: Waterfall-${{ matrix.java }}
35+
path: Waterfall-Proxy/bootstrap/target/*.jar

0 commit comments

Comments
 (0)