fix: CI scripts
This commit is contained in:
parent
7d43601e6f
commit
5a61ea9ff1
17 changed files with 29 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/bin/sh -ve
|
||||
flutter channel dev
|
||||
flutter upgrade
|
||||
flutter config --enable-linux-desktop
|
||||
flutter clean
|
||||
flutter pub get
|
||||
flutter build linux --release -v
|
||||
flutter build linux --release -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue