Skip to content

Commit

Permalink
Increment windows app version
Browse files Browse the repository at this point in the history
  • Loading branch information
paytoncain committed Aug 3, 2024
1 parent dea9a7d commit 91cc0d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ jobs:
run: |
set appver=%date:~6,2%.%date:~3,2%.%date:~0,2%%time:~0,2%
jpackage --verbose --dest application --name "pace" -i jars --main-class edu.colorado.cires.pace.gui.Application --main-jar pace-gui-${{ needs.build.outputs.version }}.jar -t exe --icon icons/pace.ico --vendor "CIRES - University of Colorado" --win-shortcut --win-menu --win-dir-chooser --win-per-user-install --app-version %appver%
shell: cmd
- name: Upload application
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 91cc0d7

Please sign in to comment.