Skip to content

Commit

Permalink
fix: add flutter build
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ding committed Sep 29, 2024
1 parent 4186d7d commit 577a6ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3
- name: Build Web
run: |
cd ui
flutter pub get
flutter build web --no-web-resources-cdn --web-renderer html
-
name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 577a6ce

Please sign in to comment.