Index: trunk/.github/workflows/ant.yml
===================================================================
--- trunk/.github/workflows/ant.yml	(revision 17236)
+++ trunk/.github/workflows/ant.yml	(revision 17239)
@@ -23,5 +23,5 @@
       matrix:
         # test against latest update of each major Java version, as well as specific updates of LTS versions:
-        java: [8, 11, 14, 15, 16-ea]
+        java: [8, 11, 15, 16-ea]
         os: [ubuntu-latest, macos-latest, windows-latest]
         headless: ["true", "false"]
@@ -30,4 +30,6 @@
             os: macos-latest
           - java: 11
+            os: macos-latest
+          - java: 16-ea
             os: macos-latest
           - headless: "false"
@@ -125,5 +127,5 @@
         with:
           upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing its ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps 
-          asset_path: dist/JOSM.zip
+          asset_path: app/JOSM.zip
           asset_name: JOSM-${{ runner.os}}-java${{ matrix.java }}.zip
           asset_content_type: application/zip
@@ -136,5 +138,5 @@
         with:
           upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing its ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps 
-          asset_path: dist/josm-custom.jar
+          asset_path: app/josm-custom.jar
           asset_name: josm-latest.jar
           asset_content_type: application/java-archive
