Skip to content

Commit

Permalink
Build release versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Sep 15, 2024
1 parent 1d6eb48 commit 0ed44ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
channel: stable

- name: Build for Linux
run: flutter build linux
run: flutter build linux --release

- name: Create tar.gz archive
run: |
Expand All @@ -55,7 +55,7 @@ jobs:
channel: stable

- name: Build for macOS
run: flutter build macos
run: flutter build macos --release

- name: Zip compiled files
run: |
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
channel: stable

- name: Build for Windows
run: flutter build windows
run: flutter build windows --release

- name: Add DLL files
run: |
Expand Down

0 comments on commit 0ed44ca

Please sign in to comment.