Skip to content

Commit

Permalink
Update ant.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lart2150 authored Dec 10, 2023
1 parent 555f5b9 commit e5e5c51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:
unzip javafx.zip
sed -i.bak 's/<property name="fxlib" value=".*"\/>/<property name="fxlib" value="javafx-sdk-21.0.1\/lib"\/>/g' build.xml
ant -noinput -buildfile build.xml
- uses: actions/upload-artifact@v3
with:
name: Package
path: release/kmttg.jar

0 comments on commit e5e5c51

Please sign in to comment.