We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e7060 commit 5212e01Copy full SHA for 5212e01
1 file changed
.github/workflows/build.yml
@@ -28,3 +28,8 @@ jobs:
28
./waterfall p
29
- name: build
30
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