This commit is contained in:
parent
ab9da820c9
commit
6eb5d3bb23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
channel: stable
|
||||
flutter-version: 3.38.9
|
||||
- run: |
|
||||
apt get -y cmake ninja-build
|
||||
apt install -y cmake ninja-build
|
||||
flutter build linux --release
|
||||
flutter build web --release
|
||||
pushd build/web && zip -r ../../webapp.zip * && popd
|
||||
|
|
|
|||
Loading…
Reference in a new issue