We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c51900 commit 30cc37dCopy full SHA for 30cc37d
.github/workflows/maven.yml
@@ -30,3 +30,7 @@ jobs:
30
- name: Build with Maven
31
run: mvn -B package --file pom.xml
32
33
+ - uses: actions/upload-artifact@v4
34
+ with:
35
+ name: buildArtifact
36
+ path: target/*.jar
0 commit comments