Skip to content

Commit

Permalink
update todo-list && do not build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyian committed Feb 3, 2024
1 parent 0da1fab commit b9703d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.8' # 选择你的Flutter版本
flutter-version: '3.16.8'

- name: Get dependencies
run: flutter pub get
Expand All @@ -27,9 +27,6 @@ jobs:
- name: Build for web
run: flutter build web

- name: Build for windows
run: flutter build windows --release

- name: Archive android
uses: actions/upload-artifact@v2
with:
Expand All @@ -41,9 +38,4 @@ jobs:
with:
name: build
path: build/web

- name: Archive windows
uses: actions/upload-artifact@v2
with:
name: build
path: build/windows/x64/runner/Release

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

## To do
- music
- medals
- medals
- black edge on adnroid

0 comments on commit b9703d8

Please sign in to comment.