Skip to content

Commit 0396ad2

Browse files
committed
#11 Add artifacting
Signed-off-by: Kaur Palang <kaur.palang@brightcodecompany.com>
1 parent d7ad9e1 commit 0396ad2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@ jobs:
2424

2525
- name: Build OIE
2626
working-directory: server
27-
run: ant -f mirth-build.xml -Dversion=10.10.10.dev
27+
run: ant -f mirth-build.xml -Dversion=10.10.10.dev
28+
29+
- name: Package distribution
30+
run: tar czf openintegrationengine.tar.gz -C server/ setup --transform 's|^setup|openintegrationengine/|'
31+
32+
- name: Create artifact
33+
uses: actions/upload-artifact@v4
34+
with:
35+
name: oie-build
36+
path: openintegrationengine.tar.gz

0 commit comments

Comments
 (0)