We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95077d3 commit 38e7118Copy full SHA for 38e7118
.github/workflows/build.yaml
@@ -25,12 +25,12 @@ jobs:
25
- name: Build OIE (signed)
26
if: github.ref == 'refs/heads/main'
27
working-directory: server
28
- run: ant -f mirth-build.xml -Dversion=10.10.10.dev
+ run: ant -f mirth-build.xml
29
30
- name: Build OIE (unsigned)
31
if: github.ref != 'refs/heads/main'
32
33
- run: ant -f mirth-build.xml -Dversion=10.10.10.dev -DdisableSigning=true
+ run: ant -f mirth-build.xml -DdisableSigning=true
34
35
- name: Package distribution
36
run: tar czf openintegrationengine.tar.gz -C server/ setup --transform 's|^setup|openintegrationengine/|'
0 commit comments