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