Index: trunk/.github/workflows/ant.yml
===================================================================
--- trunk/.github/workflows/ant.yml	(revision 18020)
+++ trunk/.github/workflows/ant.yml	(revision 18136)
@@ -149,6 +149,11 @@
           ./native/macosx/macos-jpackage.sh ${{ needs.createrelease.outputs.josm_revision }}
 
-      - name: Upload macOS app
-        if: ${{ runner.os == 'macos' && always() }}
+      - name: Build and package for Windows
+        if: ${{ runner.os == 'windows' && always() }}
+        run: |
+          ./native/windows/win-jpackage.sh ${{ needs.createrelease.outputs.josm_revision }}
+
+      - name: Upload native app
+        if: ${{ ( runner.os == 'macos' || runner.os == 'windows' ) && always() }}
         id: upload-app
         uses: actions/upload-release-asset@v1
