add other docker image

This commit is contained in:
Eric Fennis
2021-09-17 17:26:54 +02:00
parent 028afec837
commit e4edabddb9

View File

@@ -310,7 +310,7 @@ jobs:
runs-on: ubuntu-latest
needs: [pre-build, lucide-font]
container:
image: google/dart:latest
image: cirrusci/flutter:latest
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
@@ -336,7 +336,7 @@ jobs:
EOF
- name: Get packages
run: pub get
run: flutter pub get
working-directory: packages/lucide-flutter
- name: Move the ttf file
@@ -351,7 +351,7 @@ jobs:
working-directory: packages/lucide-flutter
- name: Flutter publish
run: pub publish -f
run: flutter pub publish -f
working-directory: packages/lucide-flutter
- name: Upload pubspec.yaml