We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d7969 commit 8825a3dCopy full SHA for 8825a3d
.github/workflows/deploy_beta.yml
@@ -11,7 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- platform: [ ios, android ]
+ platform: [ android ]
15
fail-fast: false
16
17
steps:
@@ -20,17 +20,17 @@ jobs:
20
- name: Install Bundle
21
run: cd ./${{ matrix.platform }} && bundle install
22
23
- - name: Setup Flutter
24
- uses: subosito/flutter-action@v2
25
- with:
26
- channel: stable
27
-
28
- if: matrix.platform == 'android'
29
uses: actions/setup-java@v3
30
with:
31
distribution: 'corretto'
32
java-version: '21'
33
+ - name: Setup Flutter
+ uses: subosito/flutter-action@v2
+ with:
+ channel: stable
+
34
- name: Install Flutter Packages
35
run: |
36
flutter config --no-analytics
0 commit comments