fix: linux build

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-06-09 18:50:01 +08:00
parent 6f2a58ce18
commit 8e7de604ee
5 changed files with 27 additions and 28 deletions

View File

@@ -66,8 +66,7 @@ jobs:
sudo chmod +x /bin/appimagetool
- name: Build
run: |
dart run fl_build
dart run flutter_distributor:main package --platform=linux --target=appimage
dart run fl_build -p linux
- name: Rename artifacts
run: |
appimage_name=$(ls dist/*/*.AppImage)