Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefLasheen authored Oct 6, 2024
1 parent 288c223 commit 40c694c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
- name: Build Linux App
run: flutter build linux --release --target-platform=linux-arm64,linux-x64
run: |
flutter build linux --release --target-platform=linux-x64
flutter build linux --release --target-platform=linux-arm64
- name: Archive Linux App
run: |
Expand Down

0 comments on commit 40c694c

Please sign in to comment.