Skip to content

Commit

Permalink
Fix windows version set (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
donpui committed Jan 24, 2023
1 parent 1c57530 commit 4b71ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
run: "flutter format --set-exit-if-changed lib test"

- name: "Build windows"
run: "flutter build windows lib/main_la.dart --dart-define version=${{ env.DESTINY_VERSION }}"
run: "flutter build windows lib/main_la.dart --dart-define version=${{ env.DESTINY_VERSION }} --build-name ${{ env.DESTINY_VERSION }}"

- name: "Copy VC++ redistributables"
run: |
Expand Down

0 comments on commit 4b71ded

Please sign in to comment.