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

Commit b74a672

Browse files
committed
upload linux artifact
1 parent b9d0f7b commit b74a672

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
native-image: true
1717
- run: java -version
1818
- run: |
19-
ls
2019
mvn install
20+
cp cli/target/jops-runner ./jops-linux
21+
- name: Upload linux binary
22+
uses: actions/upload-artifact@v1
23+
with:
24+
name: artifacts
25+
path: ./jops-linux
26+
2127

0 commit comments

Comments
 (0)