Update maven.yml

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

View file

@ -30,7 +30,7 @@ jobs:
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml
- name: Run J-Link - name: Run J-Link
run: javafx:jlink -f graphical-app/pom.xml run: mvn javafx:jlink -f graphical-app/pom.xml
build-windows: build-windows:
runs-on: windows-latest runs-on: windows-latest