Changeset 18136 in josm for trunk/.github/workflows


Ignore:
Timestamp:
2021-08-20T16:29:19+02:00 (3 years ago)
Author:
Don-vip
Message:

see #17083 - generate jpackaged application on Windows too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/ant.yml

    r18020 r18136  
    149149          ./native/macosx/macos-jpackage.sh ${{ needs.createrelease.outputs.josm_revision }}
    150150
    151       - name: Upload macOS app
    152         if: ${{ runner.os == 'macos' && always() }}
     151      - name: Build and package for Windows
     152        if: ${{ runner.os == 'windows' && always() }}
     153        run: |
     154          ./native/windows/win-jpackage.sh ${{ needs.createrelease.outputs.josm_revision }}
     155
     156      - name: Upload native app
     157        if: ${{ ( runner.os == 'macos' || runner.os == 'windows' ) && always() }}
    153158        id: upload-app
    154159        uses: actions/upload-release-asset@v1
Note: See TracChangeset for help on using the changeset viewer.