We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7619e58 + a90e6f4 commit 2ad8cdfCopy full SHA for 2ad8cdf
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