|
|
@ -12,14 +12,20 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
|
|
|
|
|
|
|
|
# - uses: dart-lang/setup-dart@v1 |
|
|
|
# - uses: dart-lang/setup-dart@v1 |
|
|
|
- uses: subosito/flutter-action@v2 |
|
|
|
- uses: subosito/flutter-action@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
channel: 'stable' |
|
|
|
channel: 'stable' |
|
|
|
- uses: dart-lang/setup-dart@v1 |
|
|
|
|
|
|
|
|
|
|
|
- name: Check flutter version |
|
|
|
|
|
|
|
run: flutter --version |
|
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies |
|
|
|
- name: Install dependencies |
|
|
|
run: flutter pub get |
|
|
|
run: flutter pub get |
|
|
|
|
|
|
|
|
|
|
|
# Here you can insert custom steps you need |
|
|
|
# Here you can insert custom steps you need |
|
|
|
# - run: dart tool/generate-code.dart |
|
|
|
# - run: dart tool/generate-code.dart |
|
|
|
|
|
|
|
|
|
|
|
- name: Publish |
|
|
|
- name: Publish |
|
|
|
run: flutter pub publish --force |
|
|
|
run: flutter pub publish --force |
|
|
|