mirror of
https://github.com/Akomry/makeyourownapp-jam.git
synced 2025-12-06 11:43:53 +00:00
Update maven.yml
This commit is contained in:
parent
29a53556f1
commit
055b4a731e
1 changed files with 14 additions and 0 deletions
14
.github/workflows/maven.yml
vendored
14
.github/workflows/maven.yml
vendored
|
|
@ -31,6 +31,13 @@ jobs:
|
|||
|
||||
- name: Run J-Link
|
||||
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:
|
||||
runs-on: windows-latest
|
||||
|
|
@ -48,3 +55,10 @@ jobs:
|
|||
|
||||
- name: Run J-Link
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue