Update maven.yml

This commit is contained in:
Emi 2025-03-27 14:28:06 +01:00 committed by GitHub
parent 29a53556f1
commit 055b4a731e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,13 @@ jobs:
- name: Run J-Link - name: Run J-Link
run: mvn javafx:jlink -f graphical-app/pom.xml run: mvn javafx:jlink -f graphical-app/pom.xml
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: linux-app.zip
path: |
target/app.zip
build-windows: build-windows:
runs-on: windows-latest runs-on: windows-latest
@ -48,3 +55,10 @@ jobs:
- name: Run J-Link - name: Run J-Link
run: mvn javafx:jlink -f graphical-app/pom.xml run: mvn javafx:jlink -f graphical-app/pom.xml
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: windows-app.zip
path: |
target/app.zip