Skip to content

Commit

Permalink
Refactor cd script
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRunWu committed Jan 15, 2024
1 parent 36ad7e6 commit 78eacae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ env:
FORMX_FORM_ID: ${{ secrets.FORMX_FORM_ID }}
FORMX_ACCESS_TOKEN: ${{ secrets.FORMX_ACCESS_TOKEN }}
FORMX_API_HOST: ${{ secrets.FORMX_API_HOST }}
FLUTTER_VERSION: 3.16.5
on:
push:
branches:
Expand Down Expand Up @@ -32,7 +33,7 @@ jobs:
platforms;android-34
- uses: oursky/github-ci-support/setup-flutter@v1
with:
flutter-version: "3.16.5"
flutter-version: $FLUTTER_VERSION
- name: Install dependencies
working-directory: ./example
run: flutter pub get
Expand All @@ -59,7 +60,7 @@ jobs:
uses: actions/checkout@v3
- uses: oursky/github-ci-support/setup-flutter@v1
with:
flutter-version: "3.16.5"
flutter-version: $FLUTTER_VERSION
- name: Install dependencies
working-directory: ./example
run: flutter pub get
Expand Down

0 comments on commit 78eacae

Please sign in to comment.