Skip to content

Commit

Permalink
Update msi app version resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
paytoncain committed Aug 8, 2024
1 parent 852cb6f commit c09adbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ jobs:
path: jars
- id: appver
run: |
echo "appver=$(date +%y.%m.%d%H%S)" >> $GITHUB_OUTPUT
echo "appver=$(date +%y.%m.%d%H%S)" >> $GITHUB_ENV
echo "appver=$(date +%y.%m.%d%H)" >> $GITHUB_OUTPUT
echo "appver=$(date +%y.%m.%d%H)" >> $GITHUB_ENV
shell: bash
- name: Package jar as msi
run: >
Expand Down Expand Up @@ -406,8 +406,8 @@ jobs:
path: icons
- id: appver
run: |
echo "appver=$(date +%y.%m.%d%H%S)" >> $GITHUB_OUTPUT
echo "appver=$(date +%y.%m.%d%H%S)" >> $GITHUB_ENV
echo "appver=$(date +%y.%m.%d%H)" >> $GITHUB_OUTPUT
echo "appver=$(date +%y.%m.%d%H)" >> $GITHUB_ENV
shell: bash
- name: Package jar as msi
run: >
Expand Down

0 comments on commit c09adbc

Please sign in to comment.