Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MMMzq authored Sep 12, 2023
1 parent 95467f4 commit 061f9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Setup flutter
run: |
git clone https://github.com/flutter/flutter.git -b master --depth 1
git clone https://github.com/flutter/flutter.git -b stable --depth 1
./flutter/bin/flutter doctor
./flutter/bin/flutter --version
Expand All @@ -67,4 +67,4 @@ jobs:
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./example/build/web/
PUBLISH_DIR: ./example/build/web/

0 comments on commit 061f9f0

Please sign in to comment.