Skip to content

Commit 02cf79c

Browse files
committed
upload jar
1 parent 4487a76 commit 02cf79c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-on-pull-request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ jobs:
1414
distribution: "temurin"
1515
architecture: x64
1616
- 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

Comments
 (0)