🐛 Bug fixes

This commit is contained in:
2024-08-30 21:53:40 +08:00
parent 1ac7704080
commit 47d051dd44
9 changed files with 125 additions and 29 deletions

View File

@@ -5,23 +5,6 @@ on:
branches: [master]
jobs:
build-web:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
- run: flutter pub get
- run: flutter build web --release --base-href=/
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: build-output-web
path: build/web
build-exe:
runs-on: windows-latest
steps: