⬇️ Downgrade flutter

This commit is contained in:
2024-11-11 00:00:49 +08:00
parent 5364aecf74
commit 5c9ea588cc
5 changed files with 36 additions and 88 deletions

View File

@ -13,10 +13,10 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: master
channel: stable
cache: true
- run: flutter pub get
- run: flutter build web --release --base-href=/
- run: flutter build web --release --wasm
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with: