Skip to content

Commit 1d27b45

Browse files
authored
Merge pull request #4 from ImZowi/master
Actions for build the .jar and publish.
2 parents 806541c + 2f2154b commit 1d27b45

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)