Skip to content

Commit

Permalink
update: github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Mar 30, 2024
1 parent c7f7210 commit 2aedc5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
my_secret: ${{secrets.commit_secret}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'dev'
flutter-version: '3.16.9'
channel: 'stable'
- run: flutter config --enable-web
- run: flutter pub get
- run: flutter build web --release
Expand Down

0 comments on commit 2aedc5d

Please sign in to comment.