We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86afa36 commit cd444d1Copy full SHA for cd444d1
.github/workflows/maven.yml
@@ -32,3 +32,8 @@ jobs:
32
cache: maven
33
- name: Build with Maven
34
run: mvn -B package --file pom.xml
35
+ - run: mkdir staging && cp target/*.jar staging
36
+ - uses: actions/upload-artifact@v4
37
+ with:
38
+ name: Package
39
+ path: staging
0 commit comments