Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
ogios committed Oct 28, 2023
1 parent 1092365 commit fa2d8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build and compress
run: |
flutter build linux --obfuscate --split-debug-info=/tcli.debug-info
flutter build linux --obfuscate --split-debug-info=tcli.debug-info
tar zcvf tcli_linux64.tar.gz ./build/linux/x64/release/bundle
- name: "Uplaod artifact"
Expand Down

0 comments on commit fa2d8c8

Please sign in to comment.