Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 64d2a63

Browse files
committed
upload jar artifact
1 parent 2e155bc commit 64d2a63

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,20 @@ jobs:
1616
native-image: true
1717
- run: |
1818
mvn install -B
19+
mvn install -B -Pnative
1920
cp cli/target/jops-runner ./jops-linux
21+
cp cli/target/jops-runner.jar ./jops.jar
2022
- name: Upload linux binary
2123
uses: actions/upload-artifact@v1
2224
with:
2325
name: artifacts
2426
path: ./jops-linux
27+
- name: Upload jar file
28+
uses: actions/upload-artifact@v1
29+
with:
30+
name: artifacts
31+
path: ./jops.jar
32+
2533

2634
release-macos:
2735
runs-on: macos-latest

0 commit comments

Comments
 (0)