We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4487a76 commit 02cf79cCopy full SHA for 02cf79c
1 file changed
.github/workflows/build-on-pull-request.yml
@@ -14,3 +14,8 @@ jobs:
14
distribution: "temurin"
15
architecture: x64
16
- run: mvn package -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true
17
+ - run: mkdir staging && cp target/*.jar staging
18
+ - uses: actions/upload-artifact@v4
19
+ with:
20
+ name: Package
21
+ path: staging
0 commit comments