This commit is contained in:
Hillel Coren 2021-03-11 16:50:49 +02:00
parent badeb986a3
commit 654d38339f
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ workflows:
flutter --version --machine >> $FCI_BUILD_DIR/lib/flutter_version.dart flutter --version --machine >> $FCI_BUILD_DIR/lib/flutter_version.dart
echo ";" >> $FCI_BUILD_DIR/lib/flutter_version.dart echo ";" >> $FCI_BUILD_DIR/lib/flutter_version.dart
- cd . && flutter packages pub get - cd . && flutter packages pub get
- flutter config --enable-linux-desktop
- flutter build linux --release - flutter build linux --release
artifacts: artifacts:
- build/linux/release/bundle/**/*.zip - build/linux/release/bundle/**/*.zip