diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bdb16c..bcb43f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: # run: flutter test - name: Build Web run: | - flutter build web --web-renderer html --release + flutter build web --release cd build/web zip -r web-app.zip . - name: Release Web App