We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba3e30 commit 8c71cfcCopy full SHA for 8c71cfc
.github/workflows/build-skiptests.yml
@@ -25,3 +25,16 @@ jobs:
25
path: |
26
RMBTClient/build/libs/*-all.jar
27
retention-days: 365
28
+ - name: Build jpackage
29
+ run: |
30
+ cd RMBTClient/build/
31
+ ls *
32
+ jpackage --input libs --name "RTR-Netztest" --main-jar RMBTClient-all.jar --main-class at.rtr.rmbt.client.RMBTClientRunner --type app-image --app-version "1.0.19" --vendor "RTR" --verbose --arguments --log --description ".desc"
33
34
+ - name: Archive files tar
35
+ uses: actions/upload-artifact@v4
36
+ with:
37
+ name: outputs-linux-x64
38
+ path: |
39
+ RMBTClient/build/RTR-Netztest/*
40
+ retention-days: 365
0 commit comments